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

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

private SubscriptionSeverityNotFoundException ( string message, Exception innerException, ErrorType errorType, string errorCode, string RequestId, HttpStatusCode statusCode ) : System
message string
innerException System.Exception
errorType ErrorType
errorCode string
RequestId string
statusCode HttpStatusCode
Результат System
        internal SubscriptionSeverityNotFoundException(string message, Exception innerException, ErrorType errorType, string errorCode, string RequestId, HttpStatusCode statusCode) 
            : base(message, innerException, errorType, errorCode, RequestId, statusCode) {}

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 ) : System
SubscriptionSeverityNotFoundException