Partager via


CommandExceptionEventArgs.Exception, propriété

Obtient l'exception passée au constructeur.

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

Syntaxe

'Déclaration
Public ReadOnly Property Exception As Exception
    Get
public Exception Exception { get; }
public:
property Exception^ Exception {
    Exception^ get ();
}
member Exception : Exception
function get Exception () : Exception

Valeur de propriété

Type : System.Exception
Exception passé au constructeur.

Sécurité .NET Framework

Voir aussi

Référence

CommandExceptionEventArgs Classe

Microsoft.Windows.Design.Interaction, espace de noms

Autres ressources

Extensibilité du Concepteur WPF