Class WarningInfo

Class WarningInfo

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

Warning info

public class WarningInfo

Inheritance

objectWarningInfo

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

object

Description

Get description of warning info.

public string Description { get; }

Property Value

string

ErrorObject

The error object.

public object ErrorObject { get; }

Property Value

object

Type

Get warning type.

public ExceptionType Type { get; }

Property Value

ExceptionType