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
[<SerializableAttribute>]
type SyncRuntimeInternalErrorException =  
    class
        inherit SyncException
    end
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 static (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