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

DirectoryUnavailableException() public method

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

Same methods

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