Xceed Toolkit Plus for WPF v4.6 Documentation
Exception Property (UnhandledDataExceptionEventArgs)


Xceed.Wpf.ListBox Assembly > Xceed.Wpf.Data Namespace > UnhandledDataExceptionEventArgs Class : Exception Property
Gets the exception that was thrown by the data source that is wrapped by the provider.
Syntax
'Declaration
 
Public ReadOnly Property Exception As Exception
'Usage
 
Dim instance As UnhandledDataExceptionEventArgs
Dim value As Exception
 
instance.Exception = value
 
value = instance.Exception
public Exception Exception {get;}

Property Value

The Exception that was thrown by the data source that is wrapped by the provider.
Requirements

Target Platforms: Windows 11, Windows 10, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

UnhandledDataExceptionEventArgs Class
UnhandledDataExceptionEventArgs Members