Freigeben über


InvalidSyncTimeException-Klasse

Die Ausnahme, die ausgelöst wird, wenn ein FeedClockVectorElement-Objekt mit einem ungültigen SyncTime-Wert erstellt wird.

Namespace: Microsoft.Synchronization
Assembly: Microsoft.Synchronization (in microsoft.synchronization.dll)

Syntax

'Declaration
<SerializableAttribute> _
Public Class InvalidSyncTimeException
    Inherits SyncException
'Usage
Dim instance As InvalidSyncTimeException
[SerializableAttribute] 
public class InvalidSyncTimeException : SyncException
[SerializableAttribute] 
public ref class InvalidSyncTimeException : public SyncException
/** @attribute SerializableAttribute() */ 
public class InvalidSyncTimeException extends SyncException
SerializableAttribute 
public class InvalidSyncTimeException extends SyncException

Vererbungshierarchie

System.Object
   System.Exception
     Microsoft.Synchronization.SyncException
      Microsoft.Synchronization.InvalidSyncTimeException

Threadsicherheit

Alle öffentlichen statischen (Shared in Visual Basic) Member dieses Typs sind threadsicher. Bei Instanzmembern ist die Threadsicherheit nicht gewährleistet.

Siehe auch

Verweis

InvalidSyncTimeException-Member
Microsoft.Synchronization-Namespace