Class CorruptedSaveException
Thrown when a corrupted save has been found.
Implements
Inherited Members
Namespace: Unity.PlatformToolkit
Assembly: Unity.PlatformToolkit.dll
Syntax
public class CorruptedSaveException : IOException, ISerializable
Constructors
CorruptedSaveException()
Construct a CorruptedSaveException with no message.
Declaration
public CorruptedSaveException()
CorruptedSaveException(string)
Construct a CorruptedSaveException with a message.
Declaration
public CorruptedSaveException(string message)
Parameters
| Type | Name | Description |
|---|---|---|
| string | message | The message to include with the exception. |