Class SaveSystemLimitException
Thrown when hitting some limit of a saving system other than not enough storage space.
Implements
Inherited Members
Namespace: Unity.PlatformToolkit
Assembly: Unity.PlatformToolkit.dll
Syntax
public class SaveSystemLimitException : IOException, ISerializable
Constructors
SaveSystemLimitException()
Construct a SaveSystemLimitException with no message.
Declaration
public SaveSystemLimitException()
SaveSystemLimitException(string)
Construct a SaveSystemLimitException with a message.
Declaration
public SaveSystemLimitException(string message)
Parameters
| Type | Name | Description |
|---|---|---|
| string | message | The message to include with the exception. |