Class DeflateCompressorException
名称: Aspose.Imaging.CoreExceptions.Compressors 收藏: Aspose.Imaging.dll (25.4.0)
Deflate 压缩机例外。
public class DeflateCompressorException : CompressorException, ISerializable
Inheritance
object ← Exception ← FrameworkException ← CompressorException ← DeflateCompressorException
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
DeflateCompressorException(线条)
启动了 Aspose.Imaging.CoreExceptions.Compressors.DeflateCompressorException 类的新例子。
public DeflateCompressorException(string message)
Parameters
message
string
例外消息。
DeflateCompressorException(,例外)
启动了 Aspose.Imaging.CoreExceptions.Compressors.DeflateCompressorException 类的新例子。
public DeflateCompressorException(string message, Exception innerException)
Parameters
message
string
例外消息。
innerException
Exception
内部的例外。