Amazon.WAF.Model.WAFInternalErrorException.WAFInternalErrorException C# (CSharp) Method

WAFInternalErrorException() public method

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

Same methods

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