Amazon.SimpleSystemsManagement.Model.DocumentAlreadyExistsException.DocumentAlreadyExistsException C# (CSharp) Method

DocumentAlreadyExistsException() public method

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

Same methods

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