Class HarmonizationError
Describes an error that occurred during deserialization.
Inheritance
System.Object
HarmonizationError
Namespace: Algenta.Colectica.Model.Utility
Assembly: Algenta.Colectica.Model.dll
Syntax
public class HarmonizationError : object
Properties
LineNumber
Gets or sets the line number of the error.
Declaration
public int ? LineNumber { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> |
Message
Gets or sets the message text of the error.
Declaration
public string Message { get; set; }
Property Value
Type | Description |
---|---|
System.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 |
---|---|
System.String |
Methods
ToString()
Returns a
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
System.String | A |