The
properties
of System.IO.FileNotFoundException are listed below. For a list of all members, see the FileNotFoundException Members list.
See Also: Inherited members from System.IO.IOException
Public Properties
[read-only] | FileName | string.
Gets the name of the file that cannot be found.
|
[read-only] | FusionLog | string.
Gets the log file that describes why loading of an assembly failed.
|
[read-only] override | Message | string.
Gets the error message that explains the reason for the exception.
|