Compartir a través de


PropertyChangedEventArgs.Exception (Propiedad)

Obtiene o establece la excepción que se produjo cuando una característica actuó sobre este cambio de propiedad.

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 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)

Valor de propiedad

Tipo: System.Exception

Seguridad de .NET Framework

Vea también

Referencia

PropertyChangedEventArgs Clase

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