OperationInterruptedException.OperationInterruptedException
OperationInterruptedException(string)
初始化一个新的 OperationInterruptedException 类的实例。
public OperationInterruptedException(string message)
| 参数 | 类型 | 描述 |
|---|---|---|
| message | String | 异常消息。 |
另请参见
- class OperationInterruptedException
- namespace Aspose.Imaging.CoreExceptions
- assembly Aspose.Imaging
OperationInterruptedException(string, Exception)
初始化一个新的 OperationInterruptedException 类的实例。
public OperationInterruptedException(string message, Exception innerException)
| 参数 | 类型 | 描述 |
|---|---|---|
| message | String | 异常消息。 |
| innerException | Exception | 内部异常。 |
另请参见
- class OperationInterruptedException
- namespace Aspose.Imaging.CoreExceptions
- assembly Aspose.Imaging