Amazon.SimpleEmail.Model.AlreadyExistsException.AlreadyExistsException C# (CSharp) Method

AlreadyExistsException() public method

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

Same methods

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