The members of System.IO.FileLoadException are listed below.
See Also: Inherited members from System.IO.IOException
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. |
Initializes a new instance of the System.IO.FileLoadException class with serialized data. |
override | GetObjectData(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext)
| |
override | ToString()
|