Click or drag to resize

FieldRefExprException Constructor (String)

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

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

Parameters

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