Amazon.SimpleSystemsManagement.Model.InvalidNotificationConfigException.InvalidNotificationConfigException C# (CSharp) Метод

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

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

Same methods

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