Amazon.AWSSupport.Model.CaseCreationLimitExceededException.CaseCreationLimitExceededException C# (CSharp) Method

CaseCreationLimitExceededException() public method

Construct instance of CaseCreationLimitExceededException
public CaseCreationLimitExceededException ( Exception innerException ) : System
innerException System.Exception
return System
        public CaseCreationLimitExceededException(Exception innerException) 
            : base(innerException) {}
            

Same methods

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