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

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

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

Same methods

AutomationDefinitionVersionNotFoundException::AutomationDefinitionVersionNotFoundException ( System info, System context ) : System
AutomationDefinitionVersionNotFoundException::AutomationDefinitionVersionNotFoundException ( string message ) : 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