LzwCompressorException

LzwCompressorException(string)

Initialisiert eine neue Instanz vonLzwCompressorException Klasse.

public LzwCompressorException(string message)
ParameterTypBeschreibung
messageStringDie Ausnahmemeldung.

Siehe auch


LzwCompressorException(string, Exception)

Initialisiert eine neue Instanz vonLzwCompressorException Klasse.

public LzwCompressorException(string message, Exception innerException)
ParameterTypBeschreibung
messageStringDie Ausnahmemeldung.
innerExceptionExceptionDie innere Ausnahme.

Siehe auch