Construtor CommandExceptionEventArgs

Initializes a new instance of the CommandExceptionEventArgs class.

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

Sintaxe

'Declaração
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
)

Parâmetros

Exceções

Exceção Condição
ArgumentNullException

commandor exception is nulluma referência nula (Nothing no Visual Basic).

Segurança do .NET Framework

Consulte também

Referência

CommandExceptionEventArgs Classe

Namespace Microsoft.Windows.Design.Interaction

Outros recursos

Extensibilidade do WPF Designer