Billing.BillingService.GetPurchaseInformation.OnRemoteException C# (CSharp) Метод

OnRemoteException() защищенный Метод

protected OnRemoteException ( RemoteException e ) : void
e RemoteException
Результат void
            protected internal override void OnRemoteException(RemoteException e)
            {
                base.OnRemoteException(e);
                Security.RemoveNonce(mNonce);
            }
BillingService.GetPurchaseInformation