संपादन करना

के माध्यम से साझा करें


ExceptionHandler.TryLength Property

Definition

Gets the length, in bytes, of the code protected by this exception handler.

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

Property Value

The length, in bytes, of the code protected by this exception handler.

Applies to