Mimer SQL Data Provider
Errors Property (MimerInfoMessageEventArgs)




Mimer.Data.Client Namespace > MimerInfoMessageEventArgs Class : Errors Property
Gets the collection of MimerError errors.
Syntax
'Declaration
 
Public ReadOnly Property Errors As MimerErrorCollection
public MimerErrorCollection Errors {get;}
public read-only property Errors: MimerErrorCollection; 
public function get Errors : MimerErrorCollection
public: __property MimerErrorCollection* get_Errors();

Property Value

The error collection. The collection might be empty.
Requirements

.NET Framework
Version 2.0 or later

See Also

Reference

MimerInfoMessageEventArgs Class
MimerInfoMessageEventArgs Members