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
[<SerializableAttribute>]
type SyncIdFormatMismatchException =  
    class
        inherit SyncException
    end
public class SyncIdFormatMismatchException extends SyncException

Vererbungshierarchie

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

Threadsicherheit

Alle öffentlichen static (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