Amazon.Redshift.Model.SubscriptionSeverityNotFoundException.SubscriptionSeverityNotFoundException C# (CSharp) Méthode

SubscriptionSeverityNotFoundException() private méthode

private SubscriptionSeverityNotFoundException ( Exception innerException ) : System
innerException System.Exception
Résultat System
        internal SubscriptionSeverityNotFoundException(Exception innerException) 
            : base(innerException) {}
            

Same methods

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