Condividi tramite


Proprietà SyncException.ErrorNumber

NOTA: questa proprietà è obsoleta.  

Ottiene o imposta un numero di errore per l'eccezione.

Spazio dei nomi: Microsoft.Synchronization
Assembly: Microsoft.Synchronization (in microsoft.synchronization.dll)

Sintassi

'Dichiarazione
<ObsoleteAttribute("You are attempting to reference properties that have been moved.  Please reference the properties in Microsoft.Synchronization.Data.DataSyncException instead.", True)> _
Public Property ErrorNumber As Object
'Utilizzo
Dim instance As SyncException
Dim value As Object

value = instance.ErrorNumber

instance.ErrorNumber = value
[ObsoleteAttribute("You are attempting to reference properties that have been moved.  Please reference the properties in Microsoft.Synchronization.Data.DataSyncException instead.", true)] 
public Object ErrorNumber { get; set; }
[ObsoleteAttribute(L"You are attempting to reference properties that have been moved.  Please reference the properties in Microsoft.Synchronization.Data.DataSyncException instead.", true)] 
public:
property Object^ ErrorNumber {
    Object^ get ();
    void set (Object^ value);
}
/** @property */
public Object get_ErrorNumber ()

/** @property */
public void set_ErrorNumber (Object value)
public function get ErrorNumber () : Object

public function set ErrorNumber (value : Object)

Valore proprietà

Restituisce un numero di errore per l'eccezione. Questo membro è obsoleto e restituisce sempre Null.

Osservazioni

Il membro è obsoleto e non deve essere utilizzato. In sostituzione, utilizzare Microsoft.Synchronization.Data.DataSyncException.

Vedere anche

Riferimento

Classe SyncException
Membri SyncException
Spazio dei nomi Microsoft.Synchronization