Condividi tramite


Proprietà XmlSerializationException.LineNumber

Gets or sets the line number where the exception occurred.

Spazio dei nomi  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Sintassi

'Dichiarazione
Public Property LineNumber As Integer 
    Get 
    Set
'Utilizzo
Dim instance As XmlSerializationException 
Dim value As Integer 

value = instance.LineNumber

instance.LineNumber = value
public int LineNumber { get; set; }
public:
property int LineNumber {
    int get ();
    void set (int value);
}
member LineNumber : int with get, set
function get LineNumber () : int 
function set LineNumber (value : int)

Valore proprietà

Tipo: System.Int32
An Integer value with the line number where the exception occurred.

Vedere anche

Riferimento

XmlSerializationException Classe

Spazio dei nomi Microsoft.AnalysisServices