Freigeben über


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

Vererbungshierarchie

System. . :: . .Object
  System. . :: . .Exception
    Microsoft.Synchronization. . :: . .SyncException
      Microsoft.Synchronization..::..SimpleProvidersException
        Microsoft.Synchronization. . :: . .ChangeDeferredByProviderException
        Microsoft.Synchronization. . :: . .CustomIdFormatRequiresIdGeneratorException
        Microsoft.Synchronization. . :: . .DuplicateItemInMetadataStoreException
        Microsoft.Synchronization. . :: . .FrameworkVersionMismatchException
        Microsoft.Synchronization. . :: . .ItemNotFoundInMetadataStoreException
        Microsoft.Synchronization. . :: . .MetadataStoreVersion2RequiredException
        Microsoft.Synchronization. . :: . .NewItemMustContainAllFieldsException
        Microsoft.Synchronization. . :: . .OptimisticConcurrencyException
        Microsoft.Synchronization. . :: . .ProviderVersionMismatchException
        Microsoft.Synchronization. . :: . .RecoverableErrorMustFailEntireItemException
        Microsoft.Synchronization. . :: . .SimpleProviderInvalidOperationException

Threadsicherheit

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