Constructor IAPSecurityException
IAPSecurityException()
Constructs an instance with no message.
Declaration
public IAPSecurityException()
IAPSecurityException(string)
Constructs an instance with a message.
Declaration
public IAPSecurityException(string message)
Parameters
Type | Name | Description |
---|---|---|
string | message | The message that describes the error. |