Class DeflateCompressorException

Class DeflateCompressorException

Il nome: Aspose.Imaging.CoreExceptions.Compressors Assemblea: Aspose.Imaging.dll (25.4.0)

L’eccezione del compressore deflatore.

public class DeflateCompressorException : CompressorException, ISerializable

Inheritance

object Exception FrameworkException CompressorException DeflateCompressorException

Implements

ISerializable

I membri ereditari

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)

Inizia una nuova instanza della classe Aspose.Imaging.CoreExceptions.Compressors.DeflateCompresorException.

public DeflateCompressorException(string message)

Parameters

message string

Il messaggio di eccezione.

DeflateCompressorException(String, eccezione)

Inizia una nuova instanza della classe Aspose.Imaging.CoreExceptions.Compressors.DeflateCompresorException.

public DeflateCompressorException(string message, Exception innerException)

Parameters

message string

Il messaggio di eccezione.

innerException Exception

L’eccezione interna.

 Italiano