ExceptionHandler.TryOffset Propriedade
Definição
Obtém o deslocamento de bytes no qual o código protegido por este manipulador de exceção começa.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
Valor da propriedade
O deslocamento de byte no qual o código protegido por esse manipulador de exceção começa.The byte offset at which the code that is protected by this exception handler begins.