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

InstanceQuotaExceededException() public method

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

Same methods

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