Class ImageLoadException
Namespace: Aspose.Imaging.CoreExceptions
Assembly: Aspose.Imaging.dll (25.2.0)
图像加载异常。发生在图像加载期间。
public class ImageLoadException : ImageException, ISerializable
继承
object ← Exception ← ImageException ← ImageLoadException
实现
继承成员
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()
构造函数
ImageLoadException(string)
初始化Aspose.Imaging.CoreExceptions.ImageLoadException类的新实例。
public ImageLoadException(string message)
参数
message
string
异常消息。
ImageLoadException(string, Exception)
初始化Aspose.Imaging.CoreExceptions.ImageLoadException类的新实例。
public ImageLoadException(string message, Exception innerException)
参数
message
string
异常消息。
innerException
Exception
内部异常。