程式設計 Club
工作上的隨手筆記
2013年3月14日 星期四
取得error or exception的位置(行數)
取得error or exception的位置(行數)
try
{ }
catch
(
Exception
ex)
{
int
errorLine =
new
System.Diagnostics.
StackTrace
(ex,
true
).GetFrame(0).GetFileLineNumber();
}
沒有留言:
張貼留言
較新的文章
較舊的文章
首頁
訂閱:
張貼留言 (Atom)
沒有留言:
張貼留言