Click or drag to resize

FilterException Constructor (String)

Initializes a new instance of the class with a specified error message.

Namespace:  NetQuarry.Data
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public FilterException(
	string message
)

Parameters

message
Type: SystemString
The message that describes the error
See Also