LzwCompressorException.LzwCompressorException

LzwCompressorException(string)

の新しいインスタンスを初期化しますLzwCompressorExceptionclass.

public LzwCompressorException(string message)
パラメータタイプ説明
messageString例外メッセージ。

関連項目


LzwCompressorException(string, Exception)

の新しいインスタンスを初期化しますLzwCompressorExceptionclass.

public LzwCompressorException(string message, Exception innerException)
パラメータタイプ説明
messageString例外メッセージ。
innerExceptionException内部例外。

関連項目