FileLoadException.Data Property

[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]

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

Namespace:  System.IO
Assembly:  mscorlib (in mscorlib.dll)

Syntax

Public Overrides ReadOnly Property Data As IDictionary
public override IDictionary Data { get; }

Property Value

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

Remarks

For more information, see the base class, Data.

Version Information

Windows Phone OS

Supported in: 8.1, 8.0, 7.1, 7.0

Platforms

Windows Phone

See Also

Reference

FileLoadException Class

System.IO Namespace