Version 24.2 (latest)

DataErrorInfo Class Properties

For a list of all members of this type, see DataErrorInfo members.

Public Properties
 NameDescription
Public PropertyContextGets the context object if any associated with the error.  
Public PropertyDiagnosticTextText that can be used to diagnose the error.  
Public PropertyErrorListIf multiple errors occurred during an operation then this list will return the list of errors.  
Public PropertyExceptionGets the Exception object if any associated with the error.  
Public PropertySeveritySpecifies the severity of the error.  
Public PropertyUserErrorTextText to be displayed to the end user.  
See Also