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

WAFReferencedItemException() public method

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

Same methods

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