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

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

Construct instance of WAFDisallowedNameException
public WAFDisallowedNameException ( string message, ErrorType errorType, string errorCode, string requestId, HttpStatusCode statusCode ) : System
message string
errorType ErrorType
errorCode string
requestId string
statusCode HttpStatusCode
Результат System
        public WAFDisallowedNameException(string message, ErrorType errorType, string errorCode, string requestId, HttpStatusCode statusCode) 
            : base(message, errorType, errorCode, requestId, statusCode) {}

Same methods

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