Partager via


Classe ChangeBatchIsReadOnlyException

Exception qui est levée lorsqu'une modification d'élément ou un conflit d'éléments est ajouté à un objet ChangeBatch qui est en lecture seule.

Espace de noms :  Microsoft.Synchronization
Assembly :  Microsoft.Synchronization (dans Microsoft.Synchronization.dll)

Syntaxe

'Déclaration
<SerializableAttribute> _
Public Class ChangeBatchIsReadOnlyException _
    Inherits SyncException
'Utilisation
Dim instance As ChangeBatchIsReadOnlyException
[SerializableAttribute]
public class ChangeBatchIsReadOnlyException : SyncException
[SerializableAttribute]
public ref class ChangeBatchIsReadOnlyException : public SyncException
[<SerializableAttribute>]
type ChangeBatchIsReadOnlyException =  
    class
        inherit SyncException
    end
public class ChangeBatchIsReadOnlyException extends SyncException

Notes

Un objet ChangeBatch est en lecture seule s'il a été créé à l'aide de la méthode ChangeBatch..::..Deserialize.

Hiérarchie d'héritage

System. . :: . .Object
  System. . :: . .Exception
    Microsoft.Synchronization. . :: . .SyncException
      Microsoft.Synchronization..::..ChangeBatchIsReadOnlyException

Sécurité des threads

Tous les membres publics static (Shared dans Visual Basic) de ce type sont thread-safe. Il n'est pas garanti que les membres d'instance soient thread-safe.

Voir aussi

Référence

Membres ChangeBatchIsReadOnlyException

Espace de noms Microsoft.Synchronization