Class ImageSaveException
Le nom : Aspose.Imaging.CoreExceptions Assemblée: Aspose.Imaging.dll (25.4.0)
L’image sauve l’exception. Il se produit pendant l’image de sauvegarde.
public class ImageSaveException : ImageException, ISerializable
Inheritance
object ← Exception ← ImageException ← ImageSaveException
Implements
I membri ereditari
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
ImageSaveException(Le string)
Initialisez une nouvelle instance de la classe Aspose.Imaging.CoreExceptions.ImageSaveException.
public ImageSaveException(string message)
Parameters
message
string
Le message exceptionnel.
ImageSaveException(Résumé, Exception)
Initialisez une nouvelle instance de la classe Aspose.Imaging.CoreExceptions.ImageSaveException.
public ImageSaveException(string message, Exception innerException)
Parameters
message
string
Le message exceptionnel.
innerException
Exception
l’exception intérieure.