Class ImageCreateException

Class ImageCreateException

Названий на: Aspose.Imaging.CoreExceptions Асамблея: Aspose.Imaging.dll (25.4.0)

Зображення створює виняток. відбувається під час створення зображення.

public class ImageCreateException : ImageException, ISerializable

Inheritance

object Exception ImageException ImageCreateException

Implements

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

Constructors

ImageCreateException(стрічка)

Ініціалює новий приклад класу Aspose.Imaging.CoreExceptions.ImageCreateException.

public ImageCreateException(string message)

Parameters

message string

Повідомлення про виняток.

ImageCreateException(Ексклюзив, виняток)

Ініціалює новий приклад класу Aspose.Imaging.CoreExceptions.ImageCreateException.

public ImageCreateException(string message, Exception innerException)

Parameters

message string

Повідомлення про виняток.

innerException Exception

Внутрішнє виняток

 Українська