Amazon.WAF.AmazonWAFException.AmazonWAFException C# (CSharp) Method

AmazonWAFException() public method

Construct instance of AmazonWAFException
public AmazonWAFException ( Exception innerException ) : System
innerException System.Exception
return System
        public AmazonWAFException(Exception innerException)
            : base(innerException.Message, innerException)
        {
        }

Same methods

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