PropertyChangingEventArgs.Exception-Eigenschaft

Ruft die Ausnahme ab, die generiert wurde, als eine Funktion auf diese Eigenschaftenänderung angewendet wurde, oder legt diese fest.

Namespace:  Microsoft.VisualStudio.Data.Schema.Package.Project
Assembly:  Microsoft.VisualStudio.Data.Schema.Package (in Microsoft.VisualStudio.Data.Schema.Package.dll)

Syntax

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

Eigenschaftswert

Typ: System.Exception

.NET Framework-Sicherheit

Siehe auch

Referenz

PropertyChangingEventArgs Klasse

Microsoft.VisualStudio.Data.Schema.Package.Project-Namespace