Amazon.DirectConnect.Model.DirectConnectServerException.DirectConnectServerException C# (CSharp) Method

DirectConnectServerException() public method

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

Same methods

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