Amazon.DirectConnect.Model.DirectConnectServerException.DirectConnectServerException C# (CSharp) Метод

DirectConnectServerException() публичный Метод

Construct instance of DirectConnectServerException
public DirectConnectServerException ( string message, ErrorType errorType, string errorCode, string requestId, HttpStatusCode statusCode ) : System
message string
errorType ErrorType
errorCode string
requestId string
statusCode HttpStatusCode
Результат System
        public DirectConnectServerException(string message, ErrorType errorType, string errorCode, string requestId, HttpStatusCode statusCode) 
            : base(message, errorType, errorCode, requestId, statusCode) {}

Same methods

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