Class Jpeg2000Exception

Class Jpeg2000Exception

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

Jpegファイルの例外

public class Jpeg2000Exception : ImageException, ISerializable

継承

objectExceptionImageExceptionJpeg2000Exception

実装

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

コンストラクタ

Jpeg2000Exception(string)

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

public Jpeg2000Exception(string message)

パラメータ

message string

例外メッセージ。

Jpeg2000Exception(string, Exception)

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

public Jpeg2000Exception(string message, Exception innerException)

パラメータ

message string

メッセージ。

innerException Exception

内部例外。

 日本語