Amazon.SimpleSystemsManagement.Model.ParameterAlreadyExistsException.ParameterAlreadyExistsException C# (CSharp) Method

ParameterAlreadyExistsException() public method

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

Same methods

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