CompressorException

CompressorException(string)

Initialisiert eine neue Instanz vonCompressorException Klasse.

public CompressorException(string message)
ParameterTypBeschreibung
messageStringDie Ausnahmemeldung.

Siehe auch


CompressorException(string, Exception)

Initialisiert eine neue Instanz vonCompressorException Klasse.

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

Siehe auch