CommandExceptionEventArgs-Konstruktor

Initialisiert eine neue Instanz der CommandExceptionEventArgs-Klasse.

Namespace:  Microsoft.Windows.Design.Interaction
Assembly:  Microsoft.Windows.Design.Interaction (in Microsoft.Windows.Design.Interaction.dll)

Syntax

'Declaration
Public Sub New ( _
    command As ICommand, _
    exception As Exception _
)
public CommandExceptionEventArgs(
    ICommand command,
    Exception exception
)
public:
CommandExceptionEventArgs(
    ICommand^ command, 
    Exception^ exception
)
new : 
        command:ICommand * 
        exception:Exception -> CommandExceptionEventArgs
public function CommandExceptionEventArgs(
    command : ICommand, 
    exception : Exception
)

Parameter

Ausnahmen

Ausnahme Bedingung
ArgumentNullException

command oder exception ist nullNULL-Verweis (Nothing in Visual Basic).

.NET Framework-Sicherheit

Siehe auch

Referenz

CommandExceptionEventArgs Klasse

Microsoft.Windows.Design.Interaction-Namespace

Weitere Ressourcen

WPF-Designer-Erweiterbarkeit