Click or drag to resize

InlineError Constructor (String, LogMessageLevel, String, Boolean)

Full Constructor.

Namespace:  NetQuarry.WebControls
Assembly:  EAP.WebControls (in EAP.WebControls.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public InlineError(
	string message,
	LogMessageLevel level,
	string toolTip,
	bool encoded
)

Parameters

message
Type: SystemString
The message string.
level
Type: NetQuarryLogMessageLevel
The level (severity) of the message.
toolTip
Type: SystemString
The message tooltip.
encoded
Type: SystemBoolean
Specifies whether message is already HTML encoded.
See Also