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

DuplicateListenerException() public method

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

Same methods

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