Billing.BillingService.BillingRequest.OnRemoteException C# (CSharp) Méthode

OnRemoteException() protected méthode

Called when a remote exception occurs while trying to execute the #run() method. The derived class can override this to execute exception-handling code.
protected OnRemoteException ( RemoteException e ) : void
e RemoteException the exception
Résultat void
            protected internal virtual void OnRemoteException(RemoteException e)
            {
                Log.Warn(TAG, "remote billing service crashed");
                mService = null;
            }