Class DeflateCompressorException
Namespace: Aspose.Imaging.CoreExceptions.Compressors
Assembly: Aspose.Imaging.dll (25.2.0)
Deflate 压缩器异常。
public class DeflateCompressorException : CompressorException, ISerializable
继承
object ← Exception ← FrameworkException ← CompressorException ← DeflateCompressorException
实现
继承成员
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()
构造函数
DeflateCompressorException(string)
初始化 Aspose.Imaging.CoreExceptions.Compressors.DeflateCompressorException 类的新实例。
public DeflateCompressorException(string message)
参数
message
string
异常消息。
DeflateCompressorException(string, Exception)
初始化 Aspose.Imaging.CoreExceptions.Compressors.DeflateCompressorException 类的新实例。
public DeflateCompressorException(string message, Exception innerException)
参数
message
string
异常消息。
innerException
Exception
内部异常。