Mimer SQL Data Provider
MimerError Class
Members 




Mimer.Data.Client Namespace : MimerError Class
This class holds information about an error returned by the database server.
Object Model
MimerError Class
Syntax
'Declaration
 
Public NotInheritable Class MimerError 
public sealed class MimerError 
public class MimerError sealed; 
public sealed class MimerError 
public __gc __sealed class MimerError 
Remarks
When an error occurs the ADO.NET provider throws a MimerException object. This object contains a MimerErrorCollection of MimerError objects.

Different properties are set depending on the type of error. Properties that are not relevant to a specific error are returned as null (Nothing in Visual Basic).

Inheritance Hierarchy

System.Object
   Mimer.Data.Client.MimerError

Requirements

.NET Framework
Version 2.0 or later

See Also

Reference

MimerError Members
Mimer.Data.Client Namespace
MimerException Class