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

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

Construct instance of AutomationExecutionNotFoundException
public AutomationExecutionNotFoundException ( string message, ErrorType errorType, string errorCode, string requestId, HttpStatusCode statusCode ) : System
message string
errorType ErrorType
errorCode string
requestId string
statusCode HttpStatusCode
Результат System
        public AutomationExecutionNotFoundException(string message, ErrorType errorType, string errorCode, string requestId, HttpStatusCode statusCode) 
            : base(message, errorType, errorCode, requestId, statusCode) {}

Same methods

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