Gets a collection of key/value pairs that provide additional information about the exception.

Namespace:  Rebex.Net
Assembly:  Rebex.Networking (in Rebex.Networking.dll)

Syntax

Visual Basic
Public ReadOnly Property Data As IDictionary
	Get
C#
public IDictionary Data { get; }

Field Value

A collection of key/value pairs.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also