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