Class TiffImageException
Namespace: Aspose.Imaging.CoreExceptions.ImageFormats
Assembly: Aspose.Imaging.dll (25.2.0)
Tiff画像例外
public class TiffImageException : ImageException, ISerializable
継承
object ← Exception ← ImageException ← TiffImageException
実装
継承メンバー
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()
コンストラクター
TiffImageException(string)
Aspose.Imaging.CoreExceptions.ImageFormats.TiffImageExceptionクラスの新しいインスタンスを初期化します。
public TiffImageException(string message)
パラメーター
message
string
例外メッセージ。
TiffImageException(string, Exception)
Aspose.Imaging.CoreExceptions.ImageFormats.TiffImageExceptionクラスの新しいインスタンスを初期化します。
public TiffImageException(string message, Exception innerException)
パラメーター
message
string
メッセージ。
innerException
Exception
内部例外。
TiffImageException(string, TiffOptionsError)
Aspose.Imaging.CoreExceptions.ImageFormats.TiffImageExceptionクラスの新しいインスタンスを初期化します。
public TiffImageException(string message, TiffOptionsError error)
パラメーター
message
string
メッセージ。
error
TiffOptionsError
エラー。
TiffImageException(TiffOptionsError)
Aspose.Imaging.CoreExceptions.ImageFormats.TiffImageExceptionクラスの新しいインスタンスを初期化します。
public TiffImageException(TiffOptionsError error)
パラメーター
error
TiffOptionsError
エラー。
プロパティ
OptionsError
tiffオプションエラーを取得します。
public TiffOptionsError OptionsError { get; }