Partager via


PropertyChangedEventArgs.Exception, propriété

Obtient ou définit l'exception qui s'est produite lorsque cette modification de propriété a été appliquée par cette fonctionnalité.

Espace de noms :  Microsoft.VisualStudio.Data.Schema.Package.Project
Assembly :  Microsoft.VisualStudio.Data.Schema.Package (dans Microsoft.VisualStudio.Data.Schema.Package.dll)

Syntaxe

'Déclaration
Public Property Exception As Exception
    Get
    Friend Set
public Exception Exception { get; internal set; }
public:
property Exception^ Exception {
    Exception^ get ();
    internal: void set (Exception^ value);
}
member Exception : Exception with get, internal set
function get Exception () : Exception
internal function set Exception (value : Exception)

Valeur de propriété

Type : System.Exception

Sécurité .NET Framework

Voir aussi

Référence

PropertyChangedEventArgs Classe

Microsoft.VisualStudio.Data.Schema.Package.Project, espace de noms