Class CellsException
Class CellsException
Namespace: Aspose.Cells
Assembly: Aspose.Cells.dll (25.2.0)
L’exception qui est levée lorsqu’une erreur spécifiée par Aspose.Cells se produit.
public class CellsException : ApplicationException, ISerializable
Héritage
object ← Exception ← ApplicationException ← CellsException
Implémente
Membres hérités
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()
Constructeurs
CellsException(SerializationInfo, StreamingContext)
protected CellsException(SerializationInfo info, StreamingContext context)
Paramètres
info
SerializationInfo
context
StreamingContext
Propriétés
Code
Représente le code d’exception personnalisé.
public ExceptionType Code { get; }