DataSourceFillErrorEventArgs Properties
Provides data for the FillError event.| Name | Description |
|---|---|
| ConnectionName | Specifies the name of the JSON data source connection that was used when the FillError event occurred. |
| Exception | Gets the exception that caused the FillError event. |
| Handled | Gets or sets whether the FillError event has been handled. |
See Also