dotConnect for DB2 Documentation
Devart.Data.DB2 Namespace / DB2Exception Class / Errors Property

In This Topic
    Errors Property (DB2Exception)
    In This Topic
    This property specifies a collection of one or more DB2Error objects that contain information about exceptions generated by the DB2 server.
    Syntax
    'Declaration
     
    Public ReadOnly Property Errors As DB2ErrorCollection
    public DB2ErrorCollection Errors {get;}

    Property Value

    An DB2ErrorCollection.
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also