Class TiffImageException
ชื่อพื้นที่: Aspose.Imaging.CoreExceptions.ImageFormats การประกอบ: Aspose.Imaging.dll (25.4.0)
รูปภาพ Tiff ภายนอก
public class TiffImageException : ImageException, ISerializable
Inheritance
object ← Exception ← ImageException ← TiffImageException
Implements
อนุญาโตตุลาการ
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()
Constructors
TiffImageException(รั้ว)
เปิดตัวตัวอย่างใหม่ของ Class Aspose.Imaging.CoreExceptions.ImageFormats.TiffImageException
public TiffImageException(string message)
Parameters
message
string
ข้อความพิเศษ
TiffImageException(ใบมีดยกเว้น)
เปิดตัวตัวอย่างใหม่ของ Class Aspose.Imaging.CoreExceptions.ImageFormats.TiffImageException
public TiffImageException(string message, Exception innerException)
Parameters
message
string
ข้อความ
innerException
Exception
การยกเว้นภายใน
TiffImageException(ลวด, TiffOptionsError)
เปิดตัวตัวอย่างใหม่ของ Class Aspose.Imaging.CoreExceptions.ImageFormats.TiffImageException
public TiffImageException(string message, TiffOptionsError error)
Parameters
message
string
ข้อความ
error
TiffOptionsError
ข้อผิดพลาด
TiffImageException(TiffOptionsError)
เปิดตัวตัวอย่างใหม่ของ Class Aspose.Imaging.CoreExceptions.ImageFormats.TiffImageException
public TiffImageException(TiffOptionsError error)
Parameters
error
TiffOptionsError
ข้อผิดพลาด
Properties
OptionsError
ได้รับข้อผิดพลาดของตัวเลือก tiff
public TiffOptionsError OptionsError { get; }