Exception..::..Data Property
Gets a collection of key/value pairs that provide additional user-defined information about the exception.
Namespace:
SystemAssembly: 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 (); }