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

ConfigurationSetAlreadyExistsException() public method

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

Same methods

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