ExceptionRegion.TryLength Propriedade
Definição
Obtém o comprimento do bloco try, em bytes.Gets the length in bytes of the try block.
public:
property int TryLength { int get(); };
public int TryLength { get; }
member this.TryLength : int
Public ReadOnly Property TryLength As Integer