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

CaseIdNotFoundException() public method

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

Same methods

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