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
Nullable<Int32>

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