DkmStowedExceptionInformation.ThreadId Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The ID of the thread that the exception was thrown on. This is just an ID and not a DkmThread because the thread may have exited before the dump is taken.
This API was introduced in Visual Studio 12 Update 3 (DkmApiVersion.VS12Update3).
public:
property System::UInt32 ThreadId { System::UInt32 get(); };
public:
property unsigned int ThreadId { unsigned int get(); };
public uint ThreadId { get; }
member this.ThreadId : uint32
Public ReadOnly Property ThreadId As UInteger