DkmExceptionConditionInfo 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.
Defines a single exception condition, see DkmExceptionTrigger.ExceptionConditionInfo on setting multiple exception conditions.
This API was introduced in Visual Studio 15 RTM (DkmApiVersion.VS15RTM).
public ref class DkmExceptionConditionInfo
[Windows::Foundation::Metadata::WebHostHidden]
public ref class DkmExceptionConditionInfo
[Windows::Foundation::Metadata::WebHostHidden]
class DkmExceptionConditionInfo
[System.Runtime.InteropServices.Guid("26d5fefd-689a-83ad-344b-2d43f30d72ec")]
public class DkmExceptionConditionInfo
[<System.Runtime.InteropServices.Guid("26d5fefd-689a-83ad-344b-2d43f30d72ec")>]
type DkmExceptionConditionInfo = class
Public Class DkmExceptionConditionInfo
- Inheritance
-
DkmExceptionConditionInfo
- Attributes
Properties
CallStackBehavior |
Defines what part of the call stack of the exception should be scanned. This API was introduced in Visual Studio 15 RTM (DkmApiVersion.VS15RTM). |
Operator |
Determines type of comparison operator to use between the exception and the value. This API was introduced in Visual Studio 15 RTM (DkmApiVersion.VS15RTM). |
Type |
Defines what to compare the Value property against. This API was introduced in Visual Studio 15 RTM (DkmApiVersion.VS15RTM). |
Value |
String comparison value to match against. This API was introduced in Visual Studio 15 RTM (DkmApiVersion.VS15RTM). |
Methods
Create(ExceptionConditionType, ExceptionConditionCallStackBehavior, ExceptionConditionOperator, String) |
Create a new DkmExceptionConditionInfo object instance. This API was introduced in Visual Studio 15 RTM (DkmApiVersion.VS15RTM). |