Condividi tramite


Proprietà XmlSerializationException.LinePosition

Gets or sets the line position where the exception occurred.

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

Sintassi

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

value = instance.LinePosition

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

Valore proprietà

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

Vedere anche

Riferimento

XmlSerializationException Classe

Spazio dei nomi Microsoft.AnalysisServices