Amazon.RDS.Model.DBParameterGroupAlreadyExistsException.DBParameterGroupAlreadyExistsException C# (CSharp) 메소드

DBParameterGroupAlreadyExistsException() 공개 메소드

Construct instance of DBParameterGroupAlreadyExistsException
public DBParameterGroupAlreadyExistsException ( Exception innerException ) : System
innerException System.Exception
리턴 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