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

ListenerNotFoundException() public method

Construct instance of ListenerNotFoundException
public ListenerNotFoundException ( string message, ErrorType errorType, string errorCode, string requestId, HttpStatusCode statusCode ) : System
message string
errorType ErrorType
errorCode string
requestId string
statusCode HttpStatusCode
return System
        public ListenerNotFoundException(string message, ErrorType errorType, string errorCode, string requestId, HttpStatusCode statusCode) 
            : base(message, errorType, errorCode, requestId, statusCode) {}

Same methods

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