Class LoadException
A load operation failed. See System.Exception.InnerException for the underlying cause.
public sealed class LoadException : SaveLoadException
Expand Details ...
- Inheritance
-
objectExceptionLoadException
- Inherited Members
Constructors
LoadException(string, string, Exception)
public LoadException(string message, string filePath, Exception innerException = null)
Parameters
| Type | Name | Description |
|---|---|---|
message |
||
filePath |
||
innerException |