Поделиться через


Свойство XmlSerializationException.LinePosition

Gets or sets the line position where the exception occurred.

Пространство имен:  Microsoft.AnalysisServices
Сборка:  Microsoft.AnalysisServices (в Microsoft.AnalysisServices.dll)

Синтаксис

'Декларация
Public Property LinePosition As Integer 
    Get 
    Set
'Применение
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)

Значение свойства

Тип: System.Int32
An Integer value with the line position where the exception occurred.

См. также

Справочник

XmlSerializationException Класс

Пространство имен Microsoft.AnalysisServices