Freigeben über


SyncIdFormatMismatchException-Klasse

Die Ausnahme, die ausgelöst wird, wenn das angegebene ID-Format nicht mit dem erwarteten Format übereinstimmt.

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

Syntax

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

Vererbungshierarchie

System.Object
   System.Exception
     Microsoft.Synchronization.SyncException
      Microsoft.Synchronization.SyncIdFormatMismatchException

Threadsicherheit

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

Siehe auch

Verweis

SyncIdFormatMismatchException-Member
Microsoft.Synchronization-Namespace