Bridge

Exception..::..Data Property

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

Namespace:  System
Assembly:  Bridge (in Bridge.dll)

Syntax


public virtual IDictionary<Object, Object> Data { get; }
Public Overridable ReadOnly Property Data As IDictionary(Of Object, Object)
	Get
public:
virtual property IDictionary<Object^, Object^>^ Data {
	IDictionary<Object^, Object^>^ get ();
}

Return Value

An object that implements the IDictionary interface and contains a collection of user-defined key/value pairs. The default is an empty collection.