ConfigurationException.Line Eigenschap

Definitie

Hiermee wordt het regelnummer opgehaald in het configuratiebestand waarop deze configuratie-uitzondering is opgetreden.

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

Waarde van eigenschap

Het regelnummer in het configuratiebestand waarop deze ConfigurationException uitzondering is opgetreden.

Van toepassing op