DkmExceptionGlobalTrigger Class
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.
An exception trigger which will fire regardless of exception category, exception name, or exception code. Thus, this type of exception trigger can only be conditioned based on processing stage or thread.
public ref class DkmExceptionGlobalTrigger : Microsoft::VisualStudio::Debugger::Exceptions::DkmExceptionTrigger
[Windows::Foundation::Metadata::WebHostHidden]
public ref class DkmExceptionGlobalTrigger : Microsoft::VisualStudio::Debugger::Exceptions::DkmExceptionTrigger
[Windows::Foundation::Metadata::WebHostHidden]
class DkmExceptionGlobalTrigger : Microsoft::VisualStudio::Debugger::Exceptions::DkmExceptionTrigger
[System.Runtime.InteropServices.Guid("7e756301-6822-678f-4fdf-ebfe25bdc021")]
public class DkmExceptionGlobalTrigger : Microsoft.VisualStudio.Debugger.Exceptions.DkmExceptionTrigger
[<System.Runtime.InteropServices.Guid("7e756301-6822-678f-4fdf-ebfe25bdc021")>]
type DkmExceptionGlobalTrigger = class
inherit DkmExceptionTrigger
Public Class DkmExceptionGlobalTrigger
Inherits DkmExceptionTrigger
- Inheritance
- Attributes
Properties
ExceptionConditionInfo |
[Optional] Exception condition information. This API was introduced in Visual Studio 15 RTM (DkmApiVersion.VS15RTM). (Inherited from DkmExceptionTrigger) |
ProcessingStage |
The debugger receives notifications from the target process at various stages within exception processing (ex: exception thrown, exception unhandled). This enumeration is a bit mask of which of these stages the trigger should fire for. (Inherited from DkmExceptionTrigger) |
TagValue |
DkmExceptionTrigger is an abstract base class. This enum indicates which derived class this object is an instance of. (Inherited from DkmExceptionTrigger) |
Thread |
[Optional] Thread on which this trigger applies. If null, the trigger will be examined for all threads. (Inherited from DkmExceptionTrigger) |
Methods
Create(DkmExceptionProcessingStage, DkmThread, ReadOnlyCollection<DkmExceptionConditionInfo>) |
Create a new DkmExceptionGlobalTrigger object instance. This API was introduced in Visual Studio 15 RTM (DkmApiVersion.VS15RTM). |
Create(DkmExceptionProcessingStage, DkmThread) |
Create a new DkmExceptionGlobalTrigger object instance. |