FileLoadException.Message Property
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Gets the error message and the name of the file that caused this exception.
Assembly: mscorlib (in mscorlib.dll)
Property Value
Type: System.StringA string containing the error message and the name of the file that caused this exception.
This property overrides Message.
If no message was supplied to the constructor for the current exception, this property returns a system-supplied error message.
This property is read-only.
Show: