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