ExceptionHandler.TryOffset Property

Definition

Gets the byte offset at which the code that is protected by this exception handler begins.

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

Property Value

The byte offset at which the code that is protected by this exception handler begins.

Applies to