JScriptException.EndLine Eigenschap

Definitie

Hiermee haalt u de coderegel op waarin de fout eindigt.

Deze API ondersteunt de productinfrastructuur en is niet bedoeld om rechtstreeks vanuit de code te gebruiken.

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

Waarde van eigenschap

De regel met code waarin de fout eindigt, of 0 als dat Context het is null.

Implementeringen

Van toepassing op

Zie ook