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

AutomationExecutionLimitExceededException() public method

Construct instance of AutomationExecutionLimitExceededException
public AutomationExecutionLimitExceededException ( string message, ErrorType errorType, string errorCode, string requestId, HttpStatusCode statusCode ) : System
message string
errorType ErrorType
errorCode string
requestId string
statusCode HttpStatusCode
return System
        public AutomationExecutionLimitExceededException(string message, ErrorType errorType, string errorCode, string requestId, HttpStatusCode statusCode) 
            : base(message, errorType, errorCode, requestId, statusCode) {}

Same methods

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