andrew4582

TTrace Error

Aug 8th, 2010
230
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 0.27 KB | None | 0 0
  1. TTrace.Error.SendObject(error.Message,error)
  2.                     .SetFontDetail(0,true)
  3.                     .Send("Code Files\r\n" + string.Join("|",files.ToArray()))
  4.                     .Send("Full Stack Trace\r\n" + error.StackTrace)
  5.                     .SetBookmark(true);
Advertisement
Add Comment
Please, Sign In to add comment