OperationCanceledException

Inheritance: java.lang.Object, java.lang.Throwable, java.lang.Exception, java.lang.RuntimeException, com.aspose.ms.System.Exception, com.aspose.ms.System.ApplicationException, com.aspose.pdf.exceptions.PdfException

public class OperationCanceledException extends PdfException

Represents OperationCanceledException class

Constructors

ConstructorDescription
OperationCanceledException()Initializes a new instance of the OperationCanceledException class.
OperationCanceledException(String message)Initializes a new instance of the OperationCanceledException class.

OperationCanceledException()

public OperationCanceledException()

Initializes a new instance of the OperationCanceledException class.

OperationCanceledException(String message)

public OperationCanceledException(String message)

Initializes a new instance of the OperationCanceledException class.

Parameters:

ParameterTypeDescription
messagejava.lang.StringThe message.