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

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

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

Same methods

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