Gets the collection of MimerError errors.
[Visual Basic] Public Property ReadOnly Errors As MimerErrorCollection [C#] public MimerErrorCollection Errors { get; } [C++] public: __property MimerErrorCollection* get_Errors(); [JScript] public function get Errors() : MimerErrorCollection
The error collection. The collection might be empty.
MimerInfoMessageEventArgs Class | Mimer.Data.Client Namespace