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

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

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

Same methods

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