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

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

Construct instance of AutomationExecutionNotFoundException
public AutomationExecutionNotFoundException ( string message, Exception innerException ) : System
message string
innerException System.Exception
Результат System
        public AutomationExecutionNotFoundException(string message, Exception innerException) 
            : base(message, innerException) {}
            

Same methods

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