Class ParsingErrorInfo

Class ParsingErrorInfo

Namespace: Aspose.Note
Assembly: Aspose.Note.dll (24.12.0)

Information about the error that occurred during parsing.

public class ParsingErrorInfo

Inheritance

objectParsingErrorInfo

Inherited Members

object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()

Constructors

ParsingErrorInfo()

public ParsingErrorInfo()

Properties

Message

Gets a message that describes the current error.

public string Message { get; }

Property Value

string