CompressorException.CompressorException

CompressorException(string)

Initialiseert een nieuw exemplaar van hetCompressorException klasse.

public CompressorException(string message)
ParameterTypeBeschrijving
messageStringHet uitzonderingsbericht.

Zie ook


CompressorException(string, Exception)

Initialiseert een nieuw exemplaar van hetCompressorException klasse.

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

Zie ook