Class ParseErrorArgs
Class ParseErrorArgs
Namespace: Aspose.Tasks
Assembly: Aspose.Tasks.dll (25.4.0)
Provides data for the Aspose.Tasks.ParseErrorCallback delegate.
public class ParseErrorArgs
Inheritance
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
FieldName
Gets the object field name.
public string FieldName { get; }
Property Value
FieldType
Gets the object field type.
public Type FieldType { get; }
Property Value
InvalidValue
Gets the string value which raised an exception.
public string InvalidValue { get; }