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

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

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

Same methods

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