Amazon.CloudSearchDomain.Model.DocumentServiceException.DocumentServiceException C# (CSharp) Method

DocumentServiceException() public method

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

Same methods

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