Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. .NET (Core and Framework)
  4. Exceptions Weight

Exceptions Weight

Scheduled Pinned Locked Moved .NET (Core and Framework)
xmldatabasedebuggingperformancequestion
4 Posts 3 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • P Offline
    P Offline
    Paolo Ponzano
    wrote on last edited by
    #1

    Hello people, I was speaking with a friend of mine about which are the most performance-decreasing exceptions that may occurr during the execution of a program. The application we were talking about is an enterprise one,(for which we're involved all day long in coding) and it has classical structure from PL to DO. We have taking the conclusion that the System.Xml.Schema.XmlSchemaException class and the Parse one are the ones that teorically can affict our application most. How can we check the entire production to trace the exception's count? What are the most common exception that you've found? Thanks a lot Paolo Ponzano -- modified at 3:44 Saturday 22nd October, 2005

    S 1 Reply Last reply
    0
    • P Paolo Ponzano

      Hello people, I was speaking with a friend of mine about which are the most performance-decreasing exceptions that may occurr during the execution of a program. The application we were talking about is an enterprise one,(for which we're involved all day long in coding) and it has classical structure from PL to DO. We have taking the conclusion that the System.Xml.Schema.XmlSchemaException class and the Parse one are the ones that teorically can affict our application most. How can we check the entire production to trace the exception's count? What are the most common exception that you've found? Thanks a lot Paolo Ponzano -- modified at 3:44 Saturday 22nd October, 2005

      S Offline
      S Offline
      S Senthil Kumar
      wrote on last edited by
      #2

      Paolo Ponzano wrote:

      How can we check the entire production to trace the exception's count?

      You can use Perfmon (type perfmon.msc at the command prompt) and the .NET CLR Exceptions Performance object to track the number of exceptions thrown. Regards Senthil _____________________________ My Blog | My Articles | WinMacro

      P 1 Reply Last reply
      0
      • S S Senthil Kumar

        Paolo Ponzano wrote:

        How can we check the entire production to trace the exception's count?

        You can use Perfmon (type perfmon.msc at the command prompt) and the .NET CLR Exceptions Performance object to track the number of exceptions thrown. Regards Senthil _____________________________ My Blog | My Articles | WinMacro

        P Offline
        P Offline
        Paolo Ponzano
        wrote on last edited by
        #3

        thank you, nut in that way can I also know the type of exception that has been thown? Thanks Paolo

        D 1 Reply Last reply
        0
        • P Paolo Ponzano

          thank you, nut in that way can I also know the type of exception that has been thown? Thanks Paolo

          D Offline
          D Offline
          Daniel Grunwald
          wrote on last edited by
          #4

          You could use the CLR Profiler[^].

          1 Reply Last reply
          0
          Reply
          • Reply as topic
          Log in to reply
          • Oldest to Newest
          • Newest to Oldest
          • Most Votes


          • Login

          • Don't have an account? Register

          • Login or register to search.
          • First post
            Last post
          0
          • Categories
          • Recent
          • Tags
          • Popular
          • World
          • Users
          • Groups