SyncException.ErrorNumber Propiedad

NOTA: esta propiedad ya está obsoleta.  

Obtiene o establece un número de error para la excepción.

Espacio de nombres: Microsoft.Synchronization
Ensamblado: Microsoft.Synchronization (en microsoft.synchronization.dll)

Sintaxis

'Declaración
<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
'Uso
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)

Valor de la propiedad

Devuelve un número de error para la excepción. Este miembro ha quedado obsoleto y siempre devuelve un valor NULL.

Notas

Este miembro ha quedado obsoleto y no se debe usar. En su lugar, use Microsoft.Synchronization.Data.DataSyncException.

Vea también

Referencia

SyncException Clase
SyncException Miembros
Microsoft.Synchronization Espacio de nombres