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

AlreadyExistsException() public method

Construct instance of AlreadyExistsException
public AlreadyExistsException ( Exception innerException ) : System
innerException System.Exception
return System
        public AlreadyExistsException(Exception innerException) 
            : base(innerException) {}
            

Same methods

AlreadyExistsException::AlreadyExistsException ( System info, System context ) : System
AlreadyExistsException::AlreadyExistsException ( string message ) : 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