Class DjvuImageException
Namespace: Aspose.Imaging.CoreExceptions.ImageFormats
Assembly: Aspose.Imaging.dll (25.2.0)
DJVU画像例外。
public class DjvuImageException : ImageException, ISerializable
継承
object ← Exception ← ImageException ← DjvuImageException
実装
継承メンバー
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()
コンストラクター
DjvuImageException(string)
Aspose.Imaging.CoreExceptions.ImageFormats.DjvuImageExceptionクラスの新しいインスタンスを初期化します。
public DjvuImageException(string message)
パラメーター
message
string
例外メッセージ。
DjvuImageException(string, Exception)
Aspose.Imaging.CoreExceptions.ImageFormats.DjvuImageExceptionクラスの新しいインスタンスを初期化します。
public DjvuImageException(string message, Exception innerException)
パラメーター
message
string
例外メッセージ。
innerException
Exception
内部例外。