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

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

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

Same methods

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