LzwCompressorException.LzwCompressorException
LzwCompressorException(string)
의 새 인스턴스를 초기화합니다.LzwCompressorException
클래스.
public LzwCompressorException(string message)
모수 | 유형 | 설명 |
---|---|---|
message | String | 예외 메시지입니다. |
또한보십시오
LzwCompressorException(string, Exception)
의 새 인스턴스를 초기화합니다.LzwCompressorException
클래스.
public LzwCompressorException(string message, Exception innerException)
모수 | 유형 | 설명 |
---|---|---|
message | String | 예외 메시지입니다. |
innerException | Exception | 내부 예외. |