ParseErrorArgs

ParseErrorArgs class

Provides data for the ParseErrorCallback delegate.

The ParseErrorArgs type exposes the following members:

Properties

NameDescription
field_nameGets the object field name.
field_typeGets the object field type.
invalid_valueGets the string value which raised an exception.

See Also