Class ImageException
名称: Aspose.Imaging.CoreExceptions 收藏: Aspose.Imaging.dll (25.4.0)
图像例外。
public class ImageException : Exception, ISerializable
Inheritance
object ← Exception ← ImageException
Derived
BmpImageException , DjvuImageException , GifImageException , ImageCreateException , ImageLoadException , ImageSaveException , Jpeg2000Exception , JpegException , PsdImageException , TiffImageException
Implements
继承人
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
ImageException(线条)
启动 Aspose.Imaging.CoreExceptions.ImageException 类的新例子。
public ImageException(string message)
Parameters
message
string
例外消息。
ImageException(,例外)
启动 Aspose.Imaging.CoreExceptions.ImageException 类的新例子。
public ImageException(string message, Exception innerException)
Parameters
message
string
例外消息。
innerException
Exception
内部的例外。