OperationCanceledException
OperationCanceledException class
Represents errors that occur when an operation canceled.
public class OperationCanceledException : AsposeException
Constructors
Name |
Description |
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
Name |
Description |
ErrorDetails { get; } |
Gets extra information aboout error |
override Message { get; } |
Gets a message that describes the current exception. |
Methods
Name |
Description |
override ToString() |
Returns a string that represents the current object. |
See Also