PropertyChangingEventArgs.Exception Property

Gets the exception that was generated when this property change was acted upon by a feature.

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

Syntax

'Declaration
Public Property Exception As Exception
    Get
    Friend Set
'Usage
Dim instance As PropertyChangingEventArgs
Dim value As Exception

value = instance.Exception
public Exception Exception { get; internal set; }
public:
property Exception^ Exception {
    Exception^ get ();
    internal: void set (Exception^ value);
}
function get Exception () : Exception
internal function set Exception (value : Exception)
member Exception : Exception with get, internal set

Property Value

Type: System.Exception

.NET Framework Security

See Also

Reference

PropertyChangingEventArgs Class

PropertyChangingEventArgs Members

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