Class ImageCreateException
Namespace: Aspose.Imaging.CoreExceptions
Assembly: Aspose.Imaging.dll (25.2.0)
画像作成例外。画像作成中に発生します。
public class ImageCreateException : ImageException, ISerializable
継承
object ← Exception ← ImageException ← ImageCreateException
実装
継承されたメンバー
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
内部例外。