VistaDB 6
VistaDB.Diagnostic Namespace / VistaDBDataTableException Class / Data Property


In This Topic
    Data Property (VistaDBDataTableException)
    In This Topic
    Gets a collection of key/value pairs that provide additional user-defined information about the exception.
    Syntax
    'Declaration
     
    
    <__DynamicallyInvokableAttribute()>
    Public Overridable ReadOnly Property Data As System.Collections.IDictionary
    'Usage
     
    
    Dim instance As VistaDBDataTableException
    Dim value As System.Collections.IDictionary
     
    value = instance.Data
    [__DynamicallyInvokable()]
    public virtual System.Collections.IDictionary Data {get;}

    Property Value

    An object that implements the System.Collections.IDictionary interface and contains a collection of user-defined key/value pairs. The default is an empty collection.
    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