Class UserRefusalException
Thrown when an operation fails due to user choice. For example, a user cancels the sign-in UI without signing in.
Implements
Inherited Members
Namespace: Unity.PlatformToolkit
Assembly: Unity.PlatformToolkit.dll
Syntax
public class UserRefusalException : InvalidOperationException, ISerializable
Constructors
UserRefusalException()
Construct a UserRefusalException with no message.
Declaration
public UserRefusalException()
UserRefusalException(string)
Construct a UserRefusalException with a message.
Declaration
public UserRefusalException(string message)
Parameters
| Type | Name | Description |
|---|---|---|
| string | message | The message to include with the exception. |