FileNotFoundException::Message Property
.NET Framework (current version)
Gets the error message that explains the reason for the exception.
Assembly: mscorlib (in mscorlib.dll)
Implements
_Exception::MessageIf no message was supplied to the constructor for the current exception, this property returns a system-supplied error message. If the FileName property is not null, the message includes the file name.
This property is read-only.
Universal Windows Platform
Available since 8
.NET Framework
Available since 1.1
Portable Class Library
Supported in: portable .NET platforms
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0
Windows Phone
Available since 8.1
Available since 8
.NET Framework
Available since 1.1
Portable Class Library
Supported in: portable .NET platforms
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0
Windows Phone
Available since 8.1
Show: