Compartilhar via


Propriedade ErrorNumber

Observação: esta API agora está obsoleta. A alternativa não obsoleta é [Microsoft.Synchronization.Data.DataSyncException.ErrorNumber].

Obtém ou define um número de erro para a exceção.

Namespace:  Microsoft.Synchronization
Assembly:  Microsoft.Synchronization (em Microsoft.Synchronization.dll)

Sintaxe

'Declaração
<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
    Get
    Set
'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);
}
[<ObsoleteAttribute("You are attempting to reference properties that have been moved.  Please reference the properties in Microsoft.Synchronization.Data.DataSyncException instead.", 
    true)>]
member ErrorNumber : Object with get, set
function get ErrorNumber () : Object
function set ErrorNumber (value : Object)

Valor da propriedade

Tipo: System. . :: . .Object
Retorna um número de erro para a exceção. Este membro está obsoleto e sempre retorna um nullNothingnullptrunituma referência nula (Nothing no Visual Basic).

Comentários

Este membro está obsoleto e não deve ser usado. Uma alternativa é usar Microsoft.Synchronization.Data.DataSyncException.

Consulte também

Referência

SyncException Classe

Membros SyncException

Namespace Microsoft.Synchronization