ImageLoadException.ImageLoadException
ImageLoadException(string)
Initialiseert een nieuw exemplaar van hetImageLoadException klasse.
public ImageLoadException(string message)
| Parameter | Type | Beschrijving |
|---|---|---|
| message | String | Het uitzonderingsbericht. |
Zie ook
- class ImageLoadException
- naamruimte Aspose.PSD.CoreExceptions
- montage Aspose.PSD
ImageLoadException(string, Exception)
Initialiseert een nieuw exemplaar van hetImageLoadException klasse.
public ImageLoadException(string message, Exception innerException)
| Parameter | Type | Beschrijving |
|---|---|---|
| message | String | Het uitzonderingsbericht. |
| innerException | Exception | De innerlijke uitzondering. |
Zie ook
- class ImageLoadException
- naamruimte Aspose.PSD.CoreExceptions
- montage Aspose.PSD