Partager via


ProjectClosedEventArgs.CaughtException, propriété

Obtient ou définit l'exception qui s'est produite si le projet est fermé en raison d'une exception.

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 CaughtException As Exception
    Get
    Private Set
public Exception CaughtException { get; private set; }
public:
property Exception^ CaughtException {
    Exception^ get ();
    private: void set (Exception^ value);
}
member CaughtException : Exception with get, private set
function get CaughtException () : Exception
private function set CaughtException (value : Exception)

Valeur de propriété

Type : System.Exception

Notes

Cette propriété est Null si le projet est fermé normalement.

Sécurité .NET Framework

Voir aussi

Référence

ProjectClosedEventArgs Classe

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