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

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

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

Same methods

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