Freigeben über


SyncRuntimeInternalErrorException-Klasse

Die Ausnahme, die ausgelöst wird, wenn ein interner Fehler in Sync Framework aufgetreten ist.

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

Syntax

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

Hinweise

Diese Ausnahme unterstützt die Infrastruktur von Sync Framework und ist nicht zur direkten Verwendung im Code bestimmt.

Vererbungshierarchie

System.Object
   System.Exception
     Microsoft.Synchronization.SyncException
      Microsoft.Synchronization.SyncRuntimeInternalErrorException

Threadsicherheit

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

Siehe auch

Verweis

SyncRuntimeInternalErrorException-Member
Microsoft.Synchronization-Namespace