Amazon.Redshift.Model.SubscriptionSeverityNotFoundException.SubscriptionSeverityNotFoundException C# (CSharp) Метод

SubscriptionSeverityNotFoundException() приватный Метод

private SubscriptionSeverityNotFoundException ( Exception innerException ) : System
innerException System.Exception
Результат 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