Event Data
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 MimerError errors. |
Message | Gets the error message. |
Source | Gets the name of the object that generated the error. |
Requirements
.NET Framework
Version 2.0 or later
See Also