Version

DataErrorInfo Class Members

The following tables list the members exposed by DataErrorInfo.

Public Constructors
 NameDescription
Public ConstructorDataErrorInfo ConstructorOverloaded.   
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.  
Public Methods
 NameDescription
Public MethodToStringReturns a string representation of the error(s).  
See Also