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