ImageLoadException
ImageLoadException(string)
Initialisiert eine neue Instanz vonImageLoadException Klasse.
public ImageLoadException(string message)
| Parameter | Typ | Beschreibung |
|---|---|---|
| message | String | Die Ausnahmemeldung. |
Siehe auch
- class ImageLoadException
- namensraum Aspose.Imaging.CoreExceptions
- Montage Aspose.Imaging
ImageLoadException(string, Exception)
Initialisiert eine neue Instanz vonImageLoadException Klasse.
public ImageLoadException(string message, Exception innerException)
| Parameter | Typ | Beschreibung |
|---|---|---|
| message | String | Die Ausnahmemeldung. |
| innerException | Exception | Die innere Ausnahme. |
Siehe auch
- class ImageLoadException
- namensraum Aspose.Imaging.CoreExceptions
- Montage Aspose.Imaging