Class LzwCompressorException

Class LzwCompressorException

이름 공간 : Aspose.Imaging.CoreExceptions.Compressors 모임: Aspose.Imaging.dll (25.4.0)

lzw 압축기 예외.

public class LzwCompressorException : CompressorException, ISerializable

Inheritance

object Exception FrameworkException CompressorException LzwCompressorException

Implements

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

Constructors

LzwCompressorException(스트리트)

Aspose.Imaging.CoreExceptions.Compressors.LzwCompressorException 클래스의 새로운 예를 시작합니다.

public LzwCompressorException(string message)

Parameters

message string

예외 메시지

LzwCompressorException(스트리트, 예외)

Aspose.Imaging.CoreExceptions.Compressors.LzwCompressorException 클래스의 새로운 예를 시작합니다.

public LzwCompressorException(string message, Exception innerException)

Parameters

message string

예외 메시지

innerException Exception

내면의 예외

 한국어