DkmStowedExceptionInformation.ThreadId Property

Definition

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

Property Value

Applies to