Event is fired when the Mimer Data Provider sends a warning or informational message.
The event handler receives an argument of type MimerInfoMessageEventArgs containing data related to this event. The following MimerInfoMessageEventArgs properties provide information specific to this event.
| Property | Description |
|---|---|
| Errors | Gets the collection of errors. |
| Message | Gets the error message. |
| Source | Gets the name of the object that generated the error. |
MimerConnection Class | Mimer.Data.Client Namespace