public class OperationInterruptedException extends FrameworkException
Occurs when an operation is interrupted.
| Constructor and Description |
|---|
OperationInterruptedException(String message)
Initializes a new instance of the
OperationInterruptedException class. |
OperationInterruptedException(String message,
Throwable innerException)
Initializes a new instance of the
OperationInterruptedException class. |
public OperationInterruptedException(String message)
Initializes a new instance of the OperationInterruptedException class.
message - The exception message.Copyright (c) 2008-2020 Aspose Pty Ltd. All Rights Reserved.