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

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

Constructs a new SubscriptionSeverityNotFoundException with the specified error message.
private SubscriptionSeverityNotFoundException ( string message ) : System
message string /// Describes the error encountered. ///
Результат System
        internal SubscriptionSeverityNotFoundException(string message) 
            : base(message) {}
          

Same methods

SubscriptionSeverityNotFoundException::SubscriptionSeverityNotFoundException ( Exception innerException ) : 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