Class ImageCreateException

Class ImageCreateException

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

图像创建异常。在图像创建过程中发生。

public class ImageCreateException : ImageException, ISerializable

继承

objectExceptionImageExceptionImageCreateException

实现

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

构造函数

ImageCreateException(string)

初始化 Aspose.Imaging.CoreExceptions.ImageCreateException 类的新实例。

public ImageCreateException(string message)

参数

message string

异常消息。

ImageCreateException(string, Exception)

初始化 Aspose.Imaging.CoreExceptions.ImageCreateException 类的新实例。

public ImageCreateException(string message, Exception innerException)

参数

message string

异常消息。

innerException Exception

内部异常。

 中文