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.
Assembly: mscorlib (in mscorlib.dll)
Property Value
Type: System.Collections.IDictionaryAn object that implements the IDictionary interface and contains a collection of user-defined key/value pairs. The default is an empty collection.
Show: