information regarding stack trace
.NET (Core and Framework)
1
Posts
1
Posters
0
Views
1
Watching
-
HI all, I need some information regarding stack trace of the .net framework. As we know,when ever an exception occurs some details will be shown in the stack trace. In my project we have a system to lock the exact exception occured .. using like this Exception e; e.InnerMessage; I am using exception handling (try,catch,finally) in my development. These details will be stored in some error log folder as files per each day. My request is ... 1.)In which are the situations we will use stack trace related details in coding. 2.)Can i use the stack trace details for my project scenario more effectively than the existing system. If so pls give me details how can use that. Thanks in advance, Deepu