Table of Contents

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 string

The exception message.

OperationInterruptedException(string, Exception)

Initializes a new instance of the OperationInterruptedException class.

public OperationInterruptedException(string message, Exception innerException)

Parameters

message string

The exception message.

innerException Exception

The inner exception.