OperationInterruptedException.OperationInterruptedException
OperationInterruptedException(string)
Initializes a new instance of the OperationInterruptedException
class.
public OperationInterruptedException(string message)
Parameter | Type | Description |
---|---|---|
message | String | The exception message. |
See Also
- class OperationInterruptedException
- namespace Aspose.Imaging.CoreExceptions
- assembly Aspose.Imaging
OperationInterruptedException(string, Exception)
Initializes a new instance of the OperationInterruptedException
class.
public OperationInterruptedException(string message, Exception innerException)
Parameter | Type | Description |
---|---|---|
message | String | The exception message. |
innerException | Exception | The inner exception. |
See Also
- class OperationInterruptedException
- namespace Aspose.Imaging.CoreExceptions
- assembly Aspose.Imaging