Class TemporarilyUnavailableException
Thrown when an operation failed due to some temporary state, like no network connection.
Implements
Inherited Members
Namespace: Unity.PlatformToolkit
Assembly: Unity.PlatformToolkit.dll
Syntax
public class TemporarilyUnavailableException : IOException, ISerializable
Constructors
TemporarilyUnavailableException()
Construct a TemporarilyUnavailableException with no message.
Declaration
public TemporarilyUnavailableException()
TemporarilyUnavailableException(string)
Construct a TemporarilyUnavailableException with a message.
Declaration
public TemporarilyUnavailableException(string message)
Parameters
| Type | Name | Description |
|---|---|---|
| string | message | The message to include with the exception. |