Google

Thursday, August 18, 2011

catch exception show line number

catch exception show line number
ex.StackTrace
Catch ex As Exception
            Dim strError As String = ex.StackTrace
End Try

No comments:

Post a Comment