SimpleProvidersException-Klasse
Die Basisklasse für alle Ausnahmen, die von einfachen Anbietern ausgelöst werden.
Namespace: Microsoft.Synchronization
Assembly: Microsoft.Synchronization (in microsoft.synchronization.dll)
Syntax
'Declaration
<SerializableAttribute> _
Public Class SimpleProvidersException
Inherits SyncException
'Usage
Dim instance As SimpleProvidersException
[SerializableAttribute]
public class SimpleProvidersException : SyncException
[SerializableAttribute]
public ref class SimpleProvidersException : public SyncException
/** @attribute SerializableAttribute() */
public class SimpleProvidersException extends SyncException
SerializableAttribute
public class SimpleProvidersException extends SyncException
Vererbungshierarchie
System.Object
System.Exception
Microsoft.Synchronization.SyncException
Microsoft.Synchronization.SimpleProvidersException
Abgeleitete Klassen
Threadsicherheit
Alle öffentlichen statischen (Shared in Visual Basic) Member dieses Typs sind threadsicher. Bei Instanzmembern ist die Threadsicherheit nicht gewährleistet.
Siehe auch
Verweis
SimpleProvidersException-Member
Microsoft.Synchronization-Namespace