Amazon.Redshift.Model.SubscriptionSeverityNotFoundException.SubscriptionSeverityNotFoundException C# (CSharp) Method

SubscriptionSeverityNotFoundException() private method

private SubscriptionSeverityNotFoundException ( string message, Exception innerException ) : System
message string
innerException System.Exception
return System
        internal SubscriptionSeverityNotFoundException(string message, Exception innerException) 
            : base(message, innerException) {}
            

Same methods

SubscriptionSeverityNotFoundException::SubscriptionSeverityNotFoundException ( Exception innerException ) : System
SubscriptionSeverityNotFoundException::SubscriptionSeverityNotFoundException ( string message ) : System
SubscriptionSeverityNotFoundException::SubscriptionSeverityNotFoundException ( string message, ErrorType errorType, string errorCode, string RequestId, HttpStatusCode statusCode ) : System
SubscriptionSeverityNotFoundException::SubscriptionSeverityNotFoundException ( string message, Exception innerException, ErrorType errorType, string errorCode, string RequestId, HttpStatusCode statusCode ) : System
SubscriptionSeverityNotFoundException