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