ExceptionHandler.HandlerOffset Property

Definition

Gets the byte offset of the first instruction of the exception handler.

public:
 property int HandlerOffset { int get(); };
public int HandlerOffset { get; }
member this.HandlerOffset : int
Public ReadOnly Property HandlerOffset As Integer

Property Value

The byte offset of the first instruction of the exception handler.

Applies to