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

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

Constructs a new WAFInvalidOperationException with the specified error message.
public WAFInvalidOperationException ( string message ) : System
message string /// Describes the error encountered. ///
Результат System
        public WAFInvalidOperationException(string message) 
            : base(message) {}
          

Same methods

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