PptException
PptException 类
表示标准内部异常类型。
public class PptException : Exception
构造函数
| 名称 | 描述 |
|---|---|
| PptException() | 默认构造函数。 |
| PptException(string) | 构造函数,允许向此异常添加消息。 |
| PptException(string, Exception) | 用于包含消息和内部异常的异常的构造函数。 |
另见
- 命名空间 Aspose.Slides
- 程序集 Aspose.Slides
表示标准内部异常类型。
public class PptException : Exception
| 名称 | 描述 |
|---|---|
| PptException() | 默认构造函数。 |
| PptException(string) | 构造函数,允许向此异常添加消息。 |
| PptException(string, Exception) | 用于包含消息和内部异常的异常的构造函数。 |