Deciphering the .NET clr20r3 exception parameters P1..P10 -


I am trying to understand the meaning on P1 ... a clr20r3 that event Written on the log, when there is an exception in my application.

/ Li>

  • P2 : Hosting process version ( like 6.0.3790.1830 )
  • P3 : ??? ( Example 42435be1 )
  • P4 : An assembly from which the exception was raised ( like mrtables.webservice )
  • P5 : assembly version ( example 2.1.2.0 )
  • P6 : ??? ( e.g., 12 9 )
  • P8 : ??? ( example 50 )
  • P9 : raised exception type ( example System .argumentexception )
  • P10 : ??? ( ex. zero )

    Sample parameter provides thousands of values, so that anyone can try to get a pattern is.

    But I am hoping for documentation on parameter meanings because educated estimates are opposed. Edit: Although I can hope for the prescribed documentation, in fact I should be happy to see the exception that ends with a stack trace.

  • Exe file code version number
  • Exe file
  • Full assembly file name
  • defective assembly version
  • faulty assembly timestamp
  • faulty Assembly method DEF
  • The faulty method offset within IL defective method.
  • Exception type

    And here's the same

    There is an article on the sample:

      Problem signature 01: devenv.exe Problem Sign 02: 11.0.50727.1 Problem Signature 03: 5011ecaa Problem Signature 04: Microsoft.VisualStudio.SharePoint.Project Problem Signature 05: 11.0.60226.0 Problem Signature 06: 512c2dba Problem Signature 07: 18a8 Issue Signature 08 : 1 day problem signing 09: System.NullReferenceException    

  • Comments

    Popular posts from this blog

    ios - Adding an SKSpriteNode to SKScene from a child SKSpriteNode -

    Matlab transpose a table vector -

    c# - Textbox not clickable but editable -