Class ImageException

Class ImageException

Namespace: Aspose.Imaging.CoreExceptions
Assembly: Aspose.Imaging.dll (25.2.0)

Исключение изображения.

public class ImageException : Exception, ISerializable

Наследование

objectExceptionImageException

Производные

BmpImageException, DjvuImageException, GifImageException, ImageCreateException, ImageLoadException, ImageSaveException, Jpeg2000Exception, JpegException, PsdImageException, TiffImageException

Реализует

ISerializable

Унаследованные члены

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()

Конструкторы

ImageException(string)

Инициализирует новый экземпляр класса Aspose.Imaging.CoreExceptions.ImageException.

public ImageException(string message)

Параметры

message string

Сообщение об исключении.

ImageException(string, Exception)

Инициализирует новый экземпляр класса Aspose.Imaging.CoreExceptions.ImageException.

public ImageException(string message, Exception innerException)

Параметры

message string

Сообщение об исключении.

innerException Exception

Вложенное исключение.

 Русский