FileLoadException Constructor
Initializes a new instance of the FileLoadException class.
Assembly: mscorlib (in mscorlib.dll)
| Name | Description | |
|---|---|---|
![]() | FileLoadException() | Initializes a new instance of the FileLoadException class, setting the 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. |
![]() | FileLoadException(SerializationInfo^, StreamingContext) | Initializes a new instance of the FileLoadException class with serialized data. |
![]() | FileLoadException(String^) | Initializes a new instance of the FileLoadException class with the specified error message. |
![]() | FileLoadException(String^, Exception^) | Initializes a new instance of the FileLoadException class with a specified error message and a reference to the inner exception that is the cause of this exception. |
![]() | FileLoadException(String^, String^) | Initializes a new instance of the FileLoadException class with a specified error message and the name of the file that could not be loaded. |
![]() | FileLoadException(String^, String^, Exception^) | Initializes a new instance of the 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. |

