Freigeben über


DbMissingCommandException-Konstruktor (String, Exception)

Initialisiert eine neue Instanz der DbMissingCommandException-Klasse, die eine angegebene Fehlermeldung und einen Verweis auf die innere Ausnahme enthält, die diese Ausnahme verursacht hat.

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

Syntax

'Declaration
Public Sub New ( _
    message As String, _
    inner As Exception _
)
'Usage
Dim message As String
Dim inner As Exception

Dim instance As New DbMissingCommandException(message, inner)
public DbMissingCommandException (
    string message,
    Exception inner
)
public:
DbMissingCommandException (
    String^ message, 
    Exception^ inner
)
public DbMissingCommandException (
    String message, 
    Exception inner
)
public function DbMissingCommandException (
    message : String, 
    inner : Exception
)

Parameter

  • message
    Die Fehlermeldung, die die Ursache für die Ausnahme angibt.
  • inner
    Die Ausnahme, die die aktuelle Ausnahme verursacht hat, oder NULL, wenn keine innere Ausnahme angegeben wird.

Siehe auch

Verweis

DbMissingCommandException-Klasse
DbMissingCommandException-Member
Microsoft.Synchronization.Data-Namespace