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

WAFNonEmptyEntityException() public method

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

Same methods

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