iQQ.Net.WebQQCore.Im.Actor.HttpActor.HttpAdaptor.OnHttpError C# (CSharp) Method

OnHttpError() public method

public OnHttpError ( Exception t ) : void
t System.Exception
return void
            public void OnHttpError(Exception t)
            {
                _context.PushActor(new HttpActor(HttpActorType.OnHttpError, _context, _action, t));
            }