Subject: error on agsXMPP.Xml.StreamParser.DoRaiseOnStreamElement(Element el)
- internal void DoRaiseOnStreamElement(Element el)
- {
- try
- {
- if (OnStreamElement != null)
- // error code
- // OnStreamElement(this, current);
- // right code
- OnStreamElement(this, el);
- //
- }
- catch (Exception ex)
- {
- if (OnError != null)
- OnError(this, ex);
- }
- }
lizhengjun
Show profile
Link to this post
