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

InvalidConfigurationSetException() public method

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

Same methods

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