Class DeflateCompressorException

Class DeflateCompressorException

Nama dari : Aspose.Imaging.CoreExceptions.Compressors Pengumpulan: Aspose.Imaging.dll (25.4.0)

Pengecualian Deflate Compressor.

public class DeflateCompressorException : CompressorException, ISerializable

Inheritance

object Exception FrameworkException CompressorException DeflateCompressorException

Implements

ISerializable

anggota yang diwarisi

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(String)

Initifikasi contoh baru dari Aspose.Imaging.CoreExceptions.Compressors.DeflateCompressorKelas Pengecualian.

public DeflateCompressorException(string message)

Parameters

message string

Mesej pengecualian itu.

DeflateCompressorException(String, Pengecualian)

Initifikasi contoh baru dari Aspose.Imaging.CoreExceptions.Compressors.DeflateCompressorKelas Pengecualian.

public DeflateCompressorException(string message, Exception innerException)

Parameters

message string

Mesej pengecualian itu.

innerException Exception

dengan pengecualian internal.

 Indonesia