Compartir a través de


ProjectClosedEventArgs.CaughtException (Propiedad)

Obtiene o establece la excepción que se produciría si el proyecto se cerrara debido a una excepción.

Espacio de nombres:  Microsoft.VisualStudio.Data.Schema.Package.Project
Ensamblado:  Microsoft.VisualStudio.Data.Schema.Package (en Microsoft.VisualStudio.Data.Schema.Package.dll)

Sintaxis

'Declaración
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)

Valor de propiedad

Tipo: System.Exception

Comentarios

Esta propiedad es NULL si el proyecto se cierra normalmente.

Seguridad de .NET Framework

Vea también

Referencia

ProjectClosedEventArgs Clase

Microsoft.VisualStudio.Data.Schema.Package.Project (Espacio de nombres)