Mimer Data Provider

MimerInfoMessageEventArgs.Errors Property

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

Property Value

The error collection. The collection might be empty.

See Also

MimerInfoMessageEventArgs Class | Mimer.Data.Client Namespace