Class OperationInterruptedException
- Namespace
- Aspose.Imaging.CoreExceptions
- Assembly
- Aspose.Imaging.dll
Occurs when an operation is interrupted.
public class OperationInterruptedException : FrameworkException, ISerializable
- Inheritance
-
OperationInterruptedException
- Implements
- Inherited Members
Constructors
OperationInterruptedException(string)
Initializes a new instance of the OperationInterruptedException class.
public OperationInterruptedException(string message)
Parameters
message
stringThe exception message.
OperationInterruptedException(string, Exception)
Initializes a new instance of the OperationInterruptedException class.
public OperationInterruptedException(string message, Exception innerException)