DkmStowedExceptionInformation.StackTraceWords 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 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