Class TiffImageException
İsim alanı : Aspose.Imaging.CoreExceptions.ImageFormats Toplantı: Aspose.Imaging.dll (25.4.0)
Tiff görüntü istisnası
public class TiffImageException : ImageException, ISerializable
Inheritance
object ← Exception ← ImageException ← TiffImageException
Implements
mirasçı üyeleri
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(Sırt)
Aspose.Imaging.CoreExceptions.ImageFormats.TiffImageException sınıfının yeni bir örneğini başlatır.
public TiffImageException(string message)
Parameters
message
string
Bir istisna mesajı.
TiffImageException(Çerçeve, istisna)
Aspose.Imaging.CoreExceptions.ImageFormats.TiffImageException sınıfının yeni bir örneğini başlatır.
public TiffImageException(string message, Exception innerException)
Parameters
message
string
Mesaj için .
innerException
Exception
İçsel bir istisna.
TiffImageException(Çerçeve, TiffOptionsError)
Aspose.Imaging.CoreExceptions.ImageFormats.TiffImageException sınıfının yeni bir örneğini başlatır.
public TiffImageException(string message, TiffOptionsError error)
Parameters
message
string
Mesaj için .
error
TiffOptionsError
Bu hatayı.
TiffImageException(TiffOptionsError)
Aspose.Imaging.CoreExceptions.ImageFormats.TiffImageException sınıfının yeni bir örneğini başlatır.
public TiffImageException(TiffOptionsError error)
Parameters
error
TiffOptionsError
Bu hatayı.
Properties
OptionsError
Tif seçenekleri hatası alır.
public TiffOptionsError OptionsError { get; }