Class ImageSaveException

Class ImageSaveException

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

画像保存例外。画像の保存中に発生します。

public class ImageSaveException : ImageException, ISerializable

継承

objectExceptionImageExceptionImageSaveException

実装

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

コンストラクター

ImageSaveException(string)

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

public ImageSaveException(string message)

パラメーター

message string

例外メッセージ。

ImageSaveException(string, Exception)

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

public ImageSaveException(string message, Exception innerException)

パラメーター

message string

例外メッセージ。

innerException Exception

内部例外。

 日本語