Amazon.DirectoryService.Model.DirectoryUnavailableException.DirectoryUnavailableException C# (CSharp) Method

DirectoryUnavailableException() public method

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

Same methods

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