Class CellsException
Class CellsException
Namespace: Aspose.Cells
Assembly: Aspose.Cells.dll (25.2.0)
The exception that is thrown when Aspose.Cells specified error occurs.
public class CellsException : ApplicationException, ISerializable
Inheritance
object ← Exception ← ApplicationException ← CellsException
Implements
Inherited Members
Exception.GetBaseException(), Exception.ToString(), Exception.GetType(), Exception.TargetSite, Exception.Message, Exception.Data, Exception.InnerException, Exception.HelpLink, Exception.Source, Exception.HResult, Exception.StackTrace, Exception.SerializeObjectState, object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()
Constructors
CellsException(SerializationInfo, StreamingContext)
protected CellsException(SerializationInfo info, StreamingContext context)
Parameters
info
SerializationInfo
context
StreamingContext
Properties
Code
Represents custom exception code.
public ExceptionType Code { get; }