Class InvalidPublicKeyException
Security exception for an invalid public key.
Inherited Members
Namespace: UnityEngine .Purchasing.Security
Assembly: solution.dll
Syntax
public class InvalidPublicKeyException : IAPSecurityException, ISerializable, _Exception
Constructors
InvalidPublicKeyException(string)
Constructs an instance with a message.
Declaration
public InvalidPublicKeyException(string message)
Parameters
Type | Name | Description |
---|---|---|
string | message | The message that describes the error. |