[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.Templates.TemplateError

Class TemplateError

Namespace
GrapeCity.Documents.Word.Templates
Assembly
GcDocs.Word.dll

Represents information about an error in a data template definition. Used for diagnostics and debugging templates, see Validate(bool).

public class TemplateError
Inheritance
object
TemplateError
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()

Properties

ErrorDescription

Gets the description of the error.

public string ErrorDescription { get; }

Property Value

string

TemplateRange

Gets the range containing the incorrect template.

public Range TemplateRange { get; }

Property Value

Range

TemplateText

Gets the text of the incorrect template.

public string TemplateText { get; }

Property Value

string