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: System.String
The message string.
level
Type: NetQuarry.LogMessageLevel
The level (severity) of the message.
toolTip
Type: System.String
The message tooltip.
encoded
Type: System.Boolean
Specifies whether message is already HTML encoded.
See Also