Share via


PropertyChangedEventArgs.Exception Property

Gets or sets the exception that occurred when this property change was acted upon by a feature.

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

Property Value

Type: System.Exception

.NET Framework Security

See Also

Reference

PropertyChangedEventArgs Class

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