Amazon.WAF.Model.WAFDisallowedNameException.WAFDisallowedNameException C# (CSharp) Метод

WAFDisallowedNameException() публичный Метод

Construct instance of WAFDisallowedNameException
public WAFDisallowedNameException ( Exception innerException ) : System
innerException System.Exception
Результат 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