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
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.
Voir aussi
Référence
Microsoft.VisualStudio.Data.Schema.Package.Project, espace de noms