System.IO.FileLoadException: Constructor Members

The constructors 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 Constructors

Initializes a new instance of the System.IO.FileLoadException class, setting the Exception.Message property of the new instance to a system-supplied message that describes the error, such as "Could not load the specified file." This message takes into account the current system culture.

Initializes a new instance of the System.IO.FileLoadException class with the specified error message.

Initializes a new instance of the System.IO.FileLoadException class with a specified error message and a reference to the inner exception that is the cause of this exception.

Initializes a new instance of the System.IO.FileLoadException class with a specified error message and the name of the file that could not be loaded.

Initializes a new instance of the System.IO.FileLoadException class with a specified error message, the name of the file that could not be loaded, and a reference to the inner exception that is the cause of this exception.

Protected Constructors