Class HarmonizationError
Describes an error that occurred during deserialization.
Inherited Members
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. |