Xceed DataGrid for Silverlight Documentation
Exception Property


Gets the exception that was raised when the value failed the validation process.
Syntax
'Declaration
 
Public ReadOnly Property Exception As Exception
'Usage
 
Dim instance As ValidationErrorBase
Dim value As Exception
 
value = instance.Exception
public Exception Exception {get;}

Property Value

The exception that was raised when the value failed the validation process.
Requirements

Target Platforms: Windows 7, Windows Vista, Windows XP SP3, Windows Server 2008 family

See Also

Reference

ValidationErrorBase Class
ValidationErrorBase Members

Send Feedback