OperationInterruptedException
OperationInterruptedException(string)
Инициализирует новый экземплярOperationInterruptedException
класс.
public OperationInterruptedException(string message)
Параметр | Тип | Описание |
---|---|---|
message | String | Сообщение об исключении. |
Смотрите также
- class OperationInterruptedException
- пространство имен Aspose.Imaging.CoreExceptions
- сборка Aspose.Imaging
OperationInterruptedException(string, Exception)
Инициализирует новый экземплярOperationInterruptedException
класс.
public OperationInterruptedException(string message, Exception innerException)
Параметр | Тип | Описание |
---|---|---|
message | String | Сообщение об исключении. |
innerException | Exception | Внутреннее исключение. |
Смотрите также
- class OperationInterruptedException
- пространство имен Aspose.Imaging.CoreExceptions
- сборка Aspose.Imaging