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
)
Public Sub New (
message As String
)
Parameters
- message
- Type: SystemString
The message that describes the error
See Also