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

DBSubnetGroupQuotaExceededException() public method

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

Same methods

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