Classe ItemHasNoChangeUnitsException
Exception qui est levée lorsqu'une méthode appelée requiert qu'un élément possède des unités de modification, mais que celui-ci n'en a pas.
Espace de noms : Microsoft.Synchronization
Assembly : Microsoft.Synchronization (dans Microsoft.Synchronization.dll)
Syntaxe
'Déclaration
<SerializableAttribute> _
Public Class ItemHasNoChangeUnitsException _
Inherits SyncException
'Utilisation
Dim instance As ItemHasNoChangeUnitsException
[SerializableAttribute]
public class ItemHasNoChangeUnitsException : SyncException
[SerializableAttribute]
public ref class ItemHasNoChangeUnitsException : public SyncException
[<SerializableAttribute>]
type ItemHasNoChangeUnitsException =
class
inherit SyncException
end
public class ItemHasNoChangeUnitsException extends SyncException
Hiérarchie d'héritage
System. . :: . .Object
System. . :: . .Exception
Microsoft.Synchronization. . :: . .SyncException
Microsoft.Synchronization..::..ItemHasNoChangeUnitsException
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.