Class ImageSaveException
Nama dari : Aspose.Imaging.CoreExceptions Pengumpulan: Aspose.Imaging.dll (25.4.0)
Gambar menyimpan pengecualian. terjadi selama penyimpanan gambar.
public class ImageSaveException : ImageException, ISerializable
Inheritance
object ← Exception ← ImageException ← ImageSaveException
Implements
anggota yang diwarisi
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(String)
Initifikasi contoh baru dari kelas Aspose.Imaging.CoreExceptions.ImageSaveException.
public ImageSaveException(string message)
Parameters
message
string
Mesej pengecualian itu.
ImageSaveException(String, Pengecualian)
Initifikasi contoh baru dari kelas Aspose.Imaging.CoreExceptions.ImageSaveException.
public ImageSaveException(string message, Exception innerException)
Parameters
message
string
Mesej pengecualian itu.
innerException
Exception
dengan pengecualian internal.