Partager via


CommandExceptionEventArgs, constructeur

Initialise une nouvelle instance de la classe CommandExceptionEventArgs.

Espace de noms :  Microsoft.Windows.Design.Interaction
Assembly :  Microsoft.Windows.Design.Interaction (dans Microsoft.Windows.Design.Interaction.dll)

Syntaxe

'Déclaration
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
)

Paramètres

Exceptions

Exception Condition
ArgumentNullException

command ou exception est nullune référence null (Nothing en Visual Basic).

Sécurité .NET Framework

Voir aussi

Référence

CommandExceptionEventArgs Classe

Microsoft.Windows.Design.Interaction, espace de noms

Autres ressources

Extensibilité du Concepteur WPF