SelectionChangingEventArgs.Error Property

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Namespace:  Microsoft.TeamFoundation.Controls.WPF
Assembly:  Microsoft.TeamFoundation.Controls (in Microsoft.TeamFoundation.Controls.dll)

Syntax

'Declaration
Public Property Error As Exception
public Exception Error { get; set; }
public:
property Exception^ Error {
    Exception^ get ();
    void set (Exception^ value);
}
member Error : Exception with get, set
function get Error () : Exception 
function set Error (value : Exception)

Property Value

Type: System.Exception
Returns Exception.

.NET Framework Security

See Also

Reference

SelectionChangingEventArgs Class

Microsoft.TeamFoundation.Controls.WPF Namespace