Class InvalidAccountException
Thrown when attempting to use a signed out account.
Implements
Inherited Members
Namespace: Unity.PlatformToolkit
Assembly: Unity.PlatformToolkit.dll
Syntax
public class InvalidAccountException : InvalidOperationException, ISerializable
Constructors
InvalidAccountException()
Construct an InvalidAccountException with no message.
Declaration
public InvalidAccountException()
InvalidAccountException(string)
Construct an InvalidAccountException with a message.
Declaration
public InvalidAccountException(string message)
Parameters
| Type | Name | Description |
|---|---|---|
| string | message | The message to include with the exception. |