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

In This Topic
    Data Property
    In This Topic
    Gets a collection of key/value pairs that provide additional user-defined information about the inner exception.
    Syntax
    'Declaration
     
    Public Overrides ReadOnly Property Data As IDictionary
    public override IDictionary Data {get;}

    Property Value

    An object that implements the System.Collections.IDictionary interface and contains a collection of user-defined key/value pairs.
    See Also