ExceptionRegionEncoder Struct

Definition

public value class ExceptionRegionEncoder
public readonly struct ExceptionRegionEncoder
public struct ExceptionRegionEncoder
type ExceptionRegionEncoder = struct
Public Structure ExceptionRegionEncoder
Inheritance
ExceptionRegionEncoder

Properties

Builder

The underlying builder.

HasSmallFormat

true if the encoder uses small format.

Methods

Add(ExceptionRegionKind, Int32, Int32, Int32, Int32, EntityHandle, Int32)

Adds an exception clause.

AddCatch(Int32, Int32, Int32, Int32, EntityHandle)

Adds a fault clause.

AddFault(Int32, Int32, Int32, Int32)

Adds a fault clause.

AddFilter(Int32, Int32, Int32, Int32, Int32)

Adds a fault clause.

AddFinally(Int32, Int32, Int32, Int32)

Adds a finally clause.

IsSmallExceptionRegion(Int32, Int32)

Returns true if the region fits small format.

IsSmallRegionCount(Int32)

Returns true if the number of exception regions first small format.

Applies to