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