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