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

SubscriptionCategoryNotFoundException() публичный Метод

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

Same methods

SubscriptionCategoryNotFoundException::SubscriptionCategoryNotFoundException ( Exception innerException ) : System
SubscriptionCategoryNotFoundException::SubscriptionCategoryNotFoundException ( System info, System context ) : System
SubscriptionCategoryNotFoundException::SubscriptionCategoryNotFoundException ( string message, ErrorType errorType, string errorCode, string requestId, HttpStatusCode statusCode ) : System
SubscriptionCategoryNotFoundException::SubscriptionCategoryNotFoundException ( string message, Exception innerException ) : System
SubscriptionCategoryNotFoundException::SubscriptionCategoryNotFoundException ( string message, Exception innerException, ErrorType errorType, string errorCode, string requestId, HttpStatusCode statusCode ) : System
SubscriptionCategoryNotFoundException