ValidationErrorInfo Class

Definition

Defines the ValidationErrorInfo.

public class ValidationErrorInfo
type ValidationErrorInfo = class
Public Class ValidationErrorInfo
Inheritance
ValidationErrorInfo

Constructors

Name Description
ValidationErrorInfo()

Initializes a new instance of the ValidationErrorInfo.

Properties

Name Description
Description

Gets the description and the suggestion on how to resolve the errors.

ErrorType

Gets the type of this error.

Id

Gets the unique identifier of this error.

Node

Gets the OpenXmlElement of the invalid node.

Part

Gets the part which the invalid element is in.

Path

Gets the XmlPath information of this error.

RelatedNode

Gets elements related with the invalid node.

RelatedPart

Gets parts related with the invalid node.

Methods

Name Description
SetDebugField(String, String)

Applies to