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

WAFDisallowedNameException() public method

Constructs a new WAFDisallowedNameException with the specified error message.
public WAFDisallowedNameException ( string message ) : System
message string /// Describes the error encountered. ///
return System
        public WAFDisallowedNameException(string message) 
            : base(message) {}
          

Same methods

WAFDisallowedNameException::WAFDisallowedNameException ( Exception innerException ) : System
WAFDisallowedNameException::WAFDisallowedNameException ( System info, System context ) : 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