Class TiffImageException
Namespace: Aspose.Imaging.CoreExceptions.ImageFormats
Assembly: Aspose.Imaging.dll (25.2.0)
Ngoại lệ hình ảnh Tiff
public class TiffImageException : ImageException, ISerializable
Kế thừa
object ← Exception ← ImageException ← TiffImageException
Triển khai
Các thành viên kế thừa
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()
Các hàm khởi tạo
TiffImageException(string)
Khởi tạo một thể hiện mới của lớp Aspose.Imaging.CoreExceptions.ImageFormats.TiffImageException.
public TiffImageException(string message)
Tham số
message
string
Thông điệp ngoại lệ.
TiffImageException(string, Exception)
Khởi tạo một thể hiện mới của lớp Aspose.Imaging.CoreExceptions.ImageFormats.TiffImageException.
public TiffImageException(string message, Exception innerException)
Tham số
message
string
Thông điệp.
innerException
Exception
Ngoại lệ bên trong.
TiffImageException(string, TiffOptionsError)
Khởi tạo một thể hiện mới của lớp Aspose.Imaging.CoreExceptions.ImageFormats.TiffImageException.
public TiffImageException(string message, TiffOptionsError error)
Tham số
message
string
Thông điệp.
error
TiffOptionsError
Lỗi.
TiffImageException(TiffOptionsError)
Khởi tạo một thể hiện mới của lớp Aspose.Imaging.CoreExceptions.ImageFormats.TiffImageException.
public TiffImageException(TiffOptionsError error)
Tham số
error
TiffOptionsError
Lỗi.
Thuộc tính
OptionsError
Lấy lỗi tùy chọn tiff.
public TiffOptionsError OptionsError { get; }