ImageException.ImageException

ImageException(string)

Initialiseert een nieuw exemplaar van hetImageException klasse.

public ImageException(string message)
ParameterTypeBeschrijving
messageStringHet uitzonderingsbericht.

Zie ook


ImageException(string, Exception)

Initialiseert een nieuw exemplaar van hetImageException klasse.

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

Zie ook