Cetralized management errors?

  • Thread starter Thread starter Di Pasquale Giuseppe
  • Start date Start date
D

Di Pasquale Giuseppe

I would want like error the name of the class and the number of line, it is
possible?
Thank You
 
As long as the .pdb file is along with your assembly (Debug configuration),
the file name and line number is provided in the Exception.ToString()
method. The class and method name appears always.

--

Carlos J. Quintero

MZ-Tools 4.0: Productivity add-ins for Visual Studio .NET
You can code, design and document much faster.
http://www.mztools.com
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top