Class ImageLoadException

Class ImageLoadException

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

画像の読み込み例外。画像の読み込み中に発生します。

public class ImageLoadException : ImageException, ISerializable

継承

objectExceptionImageExceptionImageLoadException

実装

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

コンストラクター

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

内部例外。

 日本語