The
properties
of System.IO.FileLoadException are listed below. For a list of all members, see the FileLoadException Members list.
See Also: Inherited members from System.IO.IOException
Public Properties
[read-only] | FileName | string.
Gets the name of the file that causes this exception.
|
[read-only] | FusionLog | string.
Gets the log file that describes why an assembly load failed.
|
[read-only] override | Message | string.
Gets the error message and the name of the file that caused this exception.
|