Class TiffImageException
Названий на: Aspose.Imaging.CoreExceptions.ImageFormats Асамблея: Aspose.Imaging.dll (25.4.0)
Тифф зображення виняток
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(стрічка)
Ініціалізація нової інстанції класу Aspose.Imaging.CoreExceptions.ImageFormats.Tiff ImageException.
public TiffImageException(string message)
Parameters
message
string
Повідомлення про виняток.
TiffImageException(Ексклюзив, виняток)
Ініціалізація нової інстанції класу Aspose.Imaging.CoreExceptions.ImageFormats.Tiff ImageException.
public TiffImageException(string message, Exception innerException)
Parameters
message
string
Про це повідомлення.
innerException
Exception
Внутрішнє виняток
TiffImageException(ТОВАРИСТВО З ОБМЕЖЕНОЮ ВІДПОВІДАЛЬНІСТЮ)
Ініціалізація нової інстанції класу Aspose.Imaging.CoreExceptions.ImageFormats.Tiff ImageException.
public TiffImageException(string message, TiffOptionsError error)
Parameters
message
string
Про це повідомлення.
error
TiffOptionsError
Про помилку .
TiffImageException(TiffOptionsError)
Ініціалізація нової інстанції класу Aspose.Imaging.CoreExceptions.ImageFormats.Tiff ImageException.
public TiffImageException(TiffOptionsError error)
Parameters
error
TiffOptionsError
Про помилку .
Properties
OptionsError
Виявляється помилка тиф опціонів.
public TiffOptionsError OptionsError { get; }