Class DeflateCompressorException
Numele spaţiului: Aspose.Imaging.CoreExceptions.Compressors Asamblare: Aspose.Imaging.dll (25.4.0)
Excepţie pentru compresorul deflat.
public class DeflateCompressorException : CompressorException, ISerializable
Inheritance
object ← Exception ← FrameworkException ← CompressorException ← DeflateCompressorException
Implements
Membrii moștenitori
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
DeflateCompressorException(Strângere)
Inițializează o nouă instanță a clasei Aspose.Imaging.CoreExceptions.Compressors.DeflateCompresorExcept.
public DeflateCompressorException(string message)
Parameters
message
string
Mesajul de excepţie.
DeflateCompressorException(String, cu excepția)
Inițializează o nouă instanță a clasei Aspose.Imaging.CoreExceptions.Compressors.DeflateCompresorExcept.
public DeflateCompressorException(string message, Exception innerException)
Parameters
message
string
Mesajul de excepţie.
innerException
Exception
Excepţia interioară.