Advertisement
MJ94

Untitled

Sep 12th, 2011
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.54 KB | None | 0 0
  1. ArgumentOutOfRangeException: Length cannot be less than zero.
  2. Parameter name: length
  3. at System.String.InternalSubStringWithChecks(Int32 startIndex, Int32 length, Boolean fAlwaysCopy)
  4. at Huggle.Misc.FindString(String Source, String From1, String From2, String To)
  5. at Huggle.Processing.GetChangesFromDiff(String Text)
  6. at Huggle.Processing.ProcessDiff(Edit Edit, String DiffText, BrowserTab Tab)
  7. at Huggle.Requests.DiffRequest.Done()
  8. at Huggle.Requests.Request.ThreadDone()
  9. at Huggle.Misc.CallbackInvoke(Object TargetObject)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement