Class ParseErrorArgs
Class ParseErrorArgs
名称: Aspose.Tasks 集合: Aspose.Tasks.dll (25.4.0)
为 Aspose.Tasks.ParseErrorCallback 代表提供数据。
public class ParseErrorArgs
Inheritance
继承人
object.GetType() , object.MemberwiseClone() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()
Properties
Exception
收到提取的例外,在分配线值时。
public Exception Exception { get; }
财产价值
FieldName
获取对象领域名称。
public string FieldName { get; }
财产价值
FieldType
获取对象字段类型。
public Type FieldType { get; }
财产价值
InvalidValue
得到了带值,引发了一个例外。
public string InvalidValue { get; }