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

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

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

Same methods

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 ) : System
AutomationExecutionNotFoundException::AutomationExecutionNotFoundException ( string message, Exception innerException, ErrorType errorType, string errorCode, string requestId, HttpStatusCode statusCode ) : System
AutomationExecutionNotFoundException