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

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

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

Same methods

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