Version

Data Property

Gets a collection of key/value pairs that provide additional user-defined information about the exception.
Syntax
'Declaration
 
Public Overridable ReadOnly Property Data As System.Collections.IDictionary
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