ConfigurationException.Line Propiedad

Definición

Obtiene el número de línea del archivo de configuración en el que se produjo esta excepción de configuración.

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

Valor de propiedad

Número de línea del archivo de configuración en el que se produjo esta ConfigurationException excepción.

Se aplica a