Class ImageException

Class ImageException

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

画像例外。

public class ImageException : Exception, ISerializable

継承

objectExceptionImageException

派生

BmpImageException, DjvuImageException, GifImageException, ImageCreateException, ImageLoadException, ImageSaveException, Jpeg2000Exception, JpegException, PsdImageException, TiffImageException

実装

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

コンストラクター

ImageException(string)

Aspose.Imaging.CoreExceptions.ImageExceptionクラスの新しいインスタンスを初期化します。

public ImageException(string message)

パラメーター

message string

例外メッセージ。

ImageException(string, Exception)

Aspose.Imaging.CoreExceptions.ImageExceptionクラスの新しいインスタンスを初期化します。

public ImageException(string message, Exception innerException)

パラメーター

message string

例外メッセージ。

innerException Exception

内部例外。

 日本語