Partager via


Propriété XmlSerializationException.LineNumber

Gets or sets the line number where the exception occurred.

Espace de noms :  Microsoft.AnalysisServices
Assembly :  Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)

Syntaxe

'Déclaration
Public Property LineNumber As Integer 
    Get 
    Set
'Utilisation
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)

Valeur de propriété

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

Voir aussi

Référence

XmlSerializationException Classe

Espace de noms Microsoft.AnalysisServices