Class WarningInfo
Class WarningInfo
Namespace: Aspose.Cells
Assembly: Aspose.Cells.dll (25.2.0)
Warning info
public class WarningInfo
Inheritance
Inherited Members
object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()
Properties
CorrectedObject
Gets and sets the corrected object.
public object CorrectedObject { get; set; }
Property Value
Description
Get description of warning info.
public string Description { get; }
Property Value
ErrorObject
The error object.
public object ErrorObject { get; }
Property Value
Type
Get warning type.
public ExceptionType Type { get; }