DkmExceptionInformation.ProcessingStage Property

Definition

The debugger receives notifications from the target process at various stages within exception processing (ex: exception thrown, exception unhandled). This enumeration indicates the stage(s) for a notification.

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

Property Value

Returns DkmExceptionProcessingStage.

Applies to