TypeLoadException.TypeName Property
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Gets the fully qualified name of the type that causes the exception.
Assembly: mscorlib (in mscorlib.dll)
The following example attempts to load a non-existent type from the mscorlib assembly. The resulting exception is caught, and the TypeName and Message values are displayed. For this code example to run, you must provide the fully qualified assembly name.
Show: