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