DkmStowedExceptionInformation.StackTraceWords Property

Definition

The number of words in the stack trace that the StackTrace member points to. The number of words is equal to the number of elements in the array.

This API was introduced in Visual Studio 12 Update 3 (DkmApiVersion.VS12Update3).

public:
 property System::UInt32 StackTraceWords { System::UInt32 get(); };
public:
 property unsigned int StackTraceWords { unsigned int get(); };
public uint StackTraceWords { get; }
member this.StackTraceWords : uint32
Public ReadOnly Property StackTraceWords As UInteger

Property Value

Applies to