Class ImageCreateException
名称: Aspose.Imaging.CoreExceptions 收藏: Aspose.Imaging.dll (25.4.0)
图像创建例外,在图像创建过程中发生。
public class ImageCreateException : ImageException, ISerializable
Inheritance
object ← Exception ← ImageException ← ImageCreateException
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
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
内部的例外。