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

ListenerNotFoundException() public method

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

Same methods

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 ) : System
ListenerNotFoundException::ListenerNotFoundException ( string message, Exception innerException, ErrorType errorType, string errorCode, string requestId, HttpStatusCode statusCode ) : System
ListenerNotFoundException