Class ParseErrorArgs

Class ParseErrorArgs

Namespace: Aspose.Tasks
Assembly: Aspose.Tasks.dll (25.2.0)

Provides data for the Aspose.Tasks.ParseErrorCallback delegate.

public class ParseErrorArgs

Inheritance

objectParseErrorArgs

Inherited Members

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

Properties

Exception

Gets the raised exception during parsing string value.

public Exception Exception { get; }

Property Value

Exception

FieldName

Gets the object field name.

public string FieldName { get; }

Property Value

string

FieldType

Gets the object field type.

public Type FieldType { get; }

Property Value

Type

InvalidValue

Gets the string value which raised an exception.

public string InvalidValue { get; }

Property Value

string