Freigeben über


DkmILCatchBlock Class

Definition

An IL catch block, which can be used to recover from errors while executing IL.

public ref class DkmILCatchBlock
[Windows::Foundation::Metadata::WebHostHidden]
public ref class DkmILCatchBlock
[Windows::Foundation::Metadata::WebHostHidden]
class DkmILCatchBlock
[System.Runtime.InteropServices.Guid("1e8dd3ff-e859-f0c7-17a4-a59e0b7d7c62")]
public class DkmILCatchBlock
[<System.Runtime.InteropServices.Guid("1e8dd3ff-e859-f0c7-17a4-a59e0b7d7c62")>]
type DkmILCatchBlock = class
Public Class DkmILCatchBlock
Inheritance
DkmILCatchBlock
Attributes

Properties

ErrorCode

The type of error to catch, "None" to catch all errors.

Target

The index of the IL instruction to jump to when the catch block executes.

Methods

Create(DkmILFailureReason, Int32)

Create a new DkmILCatchBlock object instance.

Applies to