Share via


DbMissingCommandException-Klasse

Die Ausnahme, die ausgelöst wird, wenn ein erforderlicher Befehl für einen Anbieter oder ein Adapter fehlt.

Namespace:  Microsoft.Synchronization.Data
Assembly:  Microsoft.Synchronization.Data (in Microsoft.Synchronization.Data.dll)

Syntax

'Declaration
<SerializableAttribute> _
Public Class DbMissingCommandException _
    Inherits DbSyncException
'Usage
Dim instance As DbMissingCommandException
[SerializableAttribute]
public class DbMissingCommandException : DbSyncException
[SerializableAttribute]
public ref class DbMissingCommandException : public DbSyncException
[<SerializableAttribute>]
type DbMissingCommandException =  
    class
        inherit DbSyncException
    end
public class DbMissingCommandException extends DbSyncException

Hinweise

Eine Liste von erforderlichen Befehlen finden Sie unter Vorgehensweise: Konfigurieren und Ausführen der Synchronisierung für die Zusammenarbeit (Nicht-SQL Server).

Vererbungshierarchie

System. . :: . .Object
  System. . :: . .Exception
    Microsoft.Synchronization. . :: . .SyncException
      Microsoft.Synchronization.Data. . :: . .DbSyncException
        Microsoft.Synchronization.Data..::..DbMissingCommandException

Threadsicherheit

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

Siehe auch

Verweis

DbMissingCommandException-Member

Microsoft.Synchronization.Data-Namespace