FileNotFoundException.Message Property
This member overrides Exception.Message, and more complete documentation might be available in that topic.
Namespace:
System.IO
Assembly: mscorlib (in mscorlib.dll)
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Gets a message that describes the current exception.
Assembly: mscorlib (in mscorlib.dll)
Property Value
Type: System.StringThe error message that explains the reason for the exception, or an empty string("").
Show: