Amazon.RDS.Model.DBParameterGroupAlreadyExistsException.DBParameterGroupAlreadyExistsException C# (CSharp) Method

DBParameterGroupAlreadyExistsException() public method

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

Same methods

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