Class ErrorInfo
Provides error data for display purposes.
Inheritance
System.Object
ErrorInfo
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.Windows.Controls.Data
Assembly: Telerik.Windows.Controls.Data.dll
Syntax
public class ErrorInfo
Constructors
ErrorInfo()
Declaration
public ErrorInfo()
Properties
ErrorContent
The validation error.
Declaration
public string ErrorContent { get; set; }
Property Value
System.String
|
SourceFieldDisplayName
The display name of the erroneous field.
Declaration
public string SourceFieldDisplayName { get; set; }
Property Value
System.String
|