Amazon.SimpleSystemsManagement.Model.AutomationDefinitionVersionNotFoundException.AutomationDefinitionVersionNotFoundException C# (CSharp) Method

AutomationDefinitionVersionNotFoundException() public method

Construct instance of AutomationDefinitionVersionNotFoundException
public AutomationDefinitionVersionNotFoundException ( Exception innerException ) : System
innerException System.Exception
return 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