Class RleCompressorException
Namespace: Aspose.Imaging.CoreExceptions.Compressors
Assembly: Aspose.Imaging.dll (25.2.0)
Rle sıkıştırıcı istisnası.
public class RleCompressorException : CompressorException, ISerializable
Miras
object ← Exception ← FrameworkException ← CompressorException ← RleCompressorException
Uygulamalar
Miras Alınan Üyeler
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()
Yapıcılar
RleCompressorException(string)
Aspose.Imaging.CoreExceptions.Compressors.RleCompressorException sınıfının yeni bir örneğini başlatır.
public RleCompressorException(string message)
Parametreler
message
string
İstisna mesajı.
RleCompressorException(string, Exception)
Aspose.Imaging.CoreExceptions.Compressors.RleCompressorException sınıfının yeni bir örneğini başlatır.
public RleCompressorException(string message, Exception innerException)
Parametreler
message
string
İstisna mesajı.
innerException
Exception
İç istisna.