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.
    See Also