Class OperationCanceledException

OperationCanceledException class

Represents errors that occur when an operation canceled.

public class OperationCanceledException : AsposeException

Constructors

NameDescription
OperationCanceledException()Initializes a new instance of the OperationCanceledException class.
OperationCanceledException(string)Initializes a new instance of the OperationCanceledException class with a specified error message.
OperationCanceledException(string, Exception)Initializes a new instance of the OperationCanceledException class with a specified error message and a reference to the inner exception that is the cause of this exception.
OperationCanceledException(string, params object[])Initializes a new instance of the OperationCanceledException class with a specified error message.

Properties

NameDescription
ErrorDetails { get; }Gets extra information aboout error
override Message { get; }Gets a message that describes the current exception.

Methods

NameDescription
override ToString()Returns a string that represents the current object.

See Also