Amazon.ElasticLoadBalancing.Model.ListenerNotFoundException.ListenerNotFoundException C# (CSharp) Method

ListenerNotFoundException() public method

Constructs a new ListenerNotFoundException with the specified error message.
public ListenerNotFoundException ( string message ) : System
message string /// Describes the error encountered. ///
return System
        public ListenerNotFoundException(string message) 
            : base(message) {}
          

Same methods

ListenerNotFoundException::ListenerNotFoundException ( Exception innerException ) : System
ListenerNotFoundException::ListenerNotFoundException ( System info, System context ) : System
ListenerNotFoundException::ListenerNotFoundException ( string message, ErrorType errorType, string errorCode, string requestId, HttpStatusCode statusCode ) : System
ListenerNotFoundException::ListenerNotFoundException ( string message, Exception innerException ) : System
ListenerNotFoundException::ListenerNotFoundException ( string message, Exception innerException, ErrorType errorType, string errorCode, string requestId, HttpStatusCode statusCode ) : System
ListenerNotFoundException