PptxReadException
PptxReadException()
Default constructor.
public PptxReadException()
See Also
- class PptxReadException
- namespace Aspose.Slides
- assembly Aspose.Slides
PptxReadException(string)
Constructor allowing a message to be added to this exception.
public PptxReadException(string message)
| Parameter | Type | Description |
|---|---|---|
| message | String | message |
See Also
- class PptxReadException
- namespace Aspose.Slides
- assembly Aspose.Slides
PptxReadException(string, Exception)
Constructor for an exception containing a message and an embedded exception.
public PptxReadException(string message, Exception exception)
| Parameter | Type | Description |
|---|---|---|
| message | String | message |
| exception | Exception | original exception |
See Also
- class PptxReadException
- namespace Aspose.Slides
- assembly Aspose.Slides