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

RuleDoesNotExistException() public method

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

Same methods

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