ImageCreateException.ImageCreateException

ImageCreateException(string)

Initialisiert eine neue Instanz vonImageCreateException Klasse.

public ImageCreateException(string message)
ParameterTypBeschreibung
messageStringDie Ausnahmemeldung.

Siehe auch


ImageCreateException(string, Exception)

Initialisiert eine neue Instanz vonImageCreateException Klasse.

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

Siehe auch