DkmExceptionInformation.TagValue Property

Definition

DkmExceptionInformation is an abstract base class. This enum indicates which derived class this object is an instance of.

public:
 property Microsoft::VisualStudio::Debugger::Exceptions::DkmExceptionInformation::Tag TagValue { Microsoft::VisualStudio::Debugger::Exceptions::DkmExceptionInformation::Tag get(); };
public Microsoft.VisualStudio.Debugger.Exceptions.DkmExceptionInformation.Tag TagValue { get; }
member this.TagValue : Microsoft.VisualStudio.Debugger.Exceptions.DkmExceptionInformation.Tag
Public ReadOnly Property TagValue As DkmExceptionInformation.Tag

Property Value

Returns DkmExceptionInformation.Tag.

Applies to