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

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

Construct instance of DirectConnectServerException
public DirectConnectServerException ( Exception innerException ) : System
innerException System.Exception
Результат System
        public DirectConnectServerException(Exception innerException) 
            : base(innerException) {}
            

Same methods

DirectConnectServerException::DirectConnectServerException ( System info, System context ) : System
DirectConnectServerException::DirectConnectServerException ( string message ) : 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