Class NotEnoughSpaceException
Thrown when attempting to write more data than is available to a user or is available on the system.
Implements
Inherited Members
Namespace: Unity.PlatformToolkit
Assembly: Unity.PlatformToolkit.dll
Syntax
public class NotEnoughSpaceException : IOException, ISerializable
Constructors
NotEnoughSpaceException()
Construct a NotEnoughSpaceException with no message.
Declaration
public NotEnoughSpaceException()
NotEnoughSpaceException(string)
Construct a NotEnoughSpaceException with a message.
Declaration
public NotEnoughSpaceException(string message)
Parameters
| Type | Name | Description |
|---|---|---|
| string | message | The message to include with the exception. |