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

WAFInternalErrorException() public method

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

Same methods

WAFInternalErrorException::WAFInternalErrorException ( Exception innerException ) : System
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