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

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

Construct instance of InvalidNotificationConfigException
public InvalidNotificationConfigException ( Exception innerException ) : System
innerException System.Exception
Результат 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