Billing.BillingService.GetPurchaseInformation.OnRemoteException C# (CSharp) Method

OnRemoteException() protected method

protected OnRemoteException ( RemoteException e ) : void
e RemoteException
return void
            protected internal override void OnRemoteException(RemoteException e)
            {
                base.OnRemoteException(e);
                Security.RemoveNonce(mNonce);
            }
BillingService.GetPurchaseInformation