Amazon.WAF.Model.WAFStaleDataException.WAFStaleDataException C# (CSharp) Method

WAFStaleDataException() public method

Constructs a new WAFStaleDataException with the specified error message.
public WAFStaleDataException ( string message ) : System
message string /// Describes the error encountered. ///
return System
        public WAFStaleDataException(string message) 
            : base(message) {}
          

Same methods

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