Show / Hide Table of Contents

Class HarmonizationError

Describes an error that occurred during deserialization.

Inheritance
object
HarmonizationError
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: Algenta.Colectica.Model.Utility
Assembly: Algenta.Colectica.Model.dll
Syntax
public class HarmonizationError

Properties

LineNumber

Gets or sets the line number of the error.

Declaration
public int? LineNumber { get; set; }
Property Value
Type Description
int?

Message

Gets or sets the message text of the error.

Declaration
public string Message { get; set; }
Property Value
Type Description
string

Type

Gets or sets the type of the error.

Declaration
public MessageType Type { get; set; }
Property Value
Type Description
MessageType

XPath

Gets or sets the XPath location of the error.

Declaration
public string XPath { get; set; }
Property Value
Type Description
string

Methods

ToString()

Returns a string that represents this instance.

Declaration
public override string ToString()
Returns
Type Description
string

A string that represents this instance.

Overrides
object.ToString()

Extension Methods

Extensions.Yield<T>(T)
In this article
Back to top Generated by DocFX