LzwCompressorException.LzwCompressorException

LzwCompressorException(string)

Initialiseert een nieuw exemplaar van hetLzwCompressorException klasse.

public LzwCompressorException(string message)
ParameterTypeBeschrijving
messageStringHet uitzonderingsbericht.

Zie ook


LzwCompressorException(string, Exception)

Initialiseert een nieuw exemplaar van hetLzwCompressorException klasse.

public LzwCompressorException(string message, Exception innerException)
ParameterTypeBeschrijving
messageStringHet uitzonderingsbericht.
innerExceptionExceptionDe innerlijke uitzondering.

Zie ook