Class DeflateCompressorException

Class DeflateCompressorException

Namespace: Aspose.Imaging.CoreExceptions.Compressors
Assembly: Aspose.Imaging.dll (25.2.0)

Deflate 압축기 예외입니다.

public class DeflateCompressorException : CompressorException, ISerializable

상속

objectExceptionFrameworkExceptionCompressorExceptionDeflateCompressorException

구현

ISerializable

상속된 멤버

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

내부 예외입니다.

 한국어