Class ImageException
Namespace: Aspose.Imaging.CoreExceptions
Assembly: Aspose.Imaging.dll (25.2.0)
Die Bildausnahme.
public class ImageException : Exception, ISerializable
Vererbung
object ← Exception ← ImageException
Abgeleitet
BmpImageException, DjvuImageException, GifImageException, ImageCreateException, ImageLoadException, ImageSaveException, Jpeg2000Exception, JpegException, PsdImageException, TiffImageException
Implementiert
Vererbte Mitglieder
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()
Konstruktoren
ImageException(string)
Initialisiert eine neue Instanz der Klasse Aspose.Imaging.CoreExceptions.ImageException.
public ImageException(string message)
Parameter
message
string
Die Ausnahmemeldung.
ImageException(string, Exception)
Initialisiert eine neue Instanz der Klasse Aspose.Imaging.CoreExceptions.ImageException.
public ImageException(string message, Exception innerException)
Parameter
message
string
Die Ausnahmemeldung.
innerException
Exception
Die innere Ausnahme.