Exception handling

  • Thread starter Thread starter Igor
  • Start date Start date
Hi Igor,

Compile the assembly(ies) with debug information and deploy the .pdb file(s)
along with the .dll/.exe(s) for all assemblies in your program
Then, the StackTrace will contain line numbers along with method names
 
Back
Top