Class ValidationError
Represents validation error class.
Inheritance
System.Object
ValidationError
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.Documents.Flow.FormatProviders.Docx.Validation
Assembly: Telerik.Windows.Documents.Flow.dll
Syntax
public class ValidationError
Properties
DocumentElement
Gets the document element.
Declaration
public DocumentElementBase DocumentElement { get; }
Property Value
DocumentElementBase
The document element. |
Message
Gets the error message.
Declaration
public string Message { get; }
Property Value
System.String
The error message. |