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

ConfigurationSetDoesNotExistException() public method

Construct instance of ConfigurationSetDoesNotExistException
public ConfigurationSetDoesNotExistException ( string message, Exception innerException, ErrorType errorType, string errorCode, string requestId, HttpStatusCode statusCode ) : System
message string
innerException System.Exception
errorType ErrorType
errorCode string
requestId string
statusCode HttpStatusCode
return System
        public ConfigurationSetDoesNotExistException(string message, Exception innerException, ErrorType errorType, string errorCode, string requestId, HttpStatusCode statusCode) 
            : base(message, innerException, errorType, errorCode, requestId, statusCode) {}

Same methods

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