Amazon.SimpleSystemsManagement.Model.InvalidNotificationConfigException.InvalidNotificationConfigException C# (CSharp) Method

InvalidNotificationConfigException() public method

Construct instance of InvalidNotificationConfigException
public InvalidNotificationConfigException ( Exception innerException ) : System
innerException System.Exception
return System
        public InvalidNotificationConfigException(Exception innerException) 
            : base(innerException) {}
            

Same methods

InvalidNotificationConfigException::InvalidNotificationConfigException ( System info, System context ) : System
InvalidNotificationConfigException::InvalidNotificationConfigException ( string message ) : 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