Sdílet prostřednictvím


CommandExceptionEventArgs – konstruktor

Inicializuje novou instanci CommandExceptionEventArgs Třída

Obor názvů:  Microsoft.Windows.Design.Interaction
Sestavení:  Microsoft.Windows.Design.Interaction (v Microsoft.Windows.Design.Interaction.dll)

Syntaxe

'Deklarace
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
)

Parametry

Výjimky

Výjimka Podmínka
ArgumentNullException

commandor exception is nullodkaz Null (Nothing v jazyce Visual Basic).

Zabezpečení rozhraní .NET Framework

Viz také

Odkaz

CommandExceptionEventArgs Třída

Microsoft.Windows.Design.Interaction – obor názvů

Další zdroje

WPF Designer Extensibility