Class ValidationError
Describes a single DOCX format validation error, identifying the non-compliant document element and the nature of the violation.
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 that violates the DOCX format rule.
Declaration
public DocumentElementBase DocumentElement { get; }
Property Value
|
DocumentElementBase
The document element. |
Message
Gets the human-readable description of the validation error.
Declaration
public string Message { get; }
Property Value
|
System.String
The error message. |