Class ImageException
Namespace: Aspose.Imaging.CoreExceptions
Assembly: Aspose.Imaging.dll (25.2.0)
Görüntü istisnası.
public class ImageException : Exception, ISerializable
Miras
object ← Exception ← ImageException
Türetilmiş
BmpImageException, DjvuImageException, GifImageException, ImageCreateException, ImageLoadException, ImageSaveException, Jpeg2000Exception, JpegException, PsdImageException, TiffImageException
Uygulamalar
Miras Alınan Üyeler
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()
Yapıcılar
ImageException(string)
Aspose.Imaging.CoreExceptions.ImageException sınıfının yeni bir örneğini başlatır.
public ImageException(string message)
Parametreler
message
string
İstisna mesajı.
ImageException(string, Exception)
Aspose.Imaging.CoreExceptions.ImageException sınıfının yeni bir örneğini başlatır.
public ImageException(string message, Exception innerException)
Parametreler
message
string
İstisna mesajı.
innerException
Exception
İç istisna.