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

ListenerNotFoundException() public method

Construct instance of ListenerNotFoundException
public ListenerNotFoundException ( string message, Exception innerException ) : System
message string
innerException System.Exception
return System
        public ListenerNotFoundException(string message, Exception innerException) 
            : base(message, innerException) {}
            

Same methods

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