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

DBClusterParameterGroupNotFoundException() public method

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

Same methods

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