ImageLoadException.ImageLoadException

ImageLoadException(string)

Initialiseert een nieuw exemplaar van hetImageLoadException klasse.

public ImageLoadException(string message)
ParameterTypeBeschrijving
messageStringHet uitzonderingsbericht.

Zie ook


ImageLoadException(string, Exception)

Initialiseert een nieuw exemplaar van hetImageLoadException klasse.

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

Zie ook