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

WAFDisallowedNameException() public method

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

Same methods

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