[SerializableAttribute]
public class OperationCancelledException : DriverException<SerializableAttribute>
Public Class OperationCancelledException
Inherits DriverException[SerializableAttribute]
public ref class OperationCancelledException : public DriverExceptionIf you need to throw this error as a COM exception use the error number: 0x8004040E.
| OperationCancelledException | Initializes a new instance of the OperationCancelledException class using default error text and error codes. |
| OperationCancelledException(Exception) | Initializes a new instance of the OperationCancelledException class with a provided inner exception with a caught (inner) exception. |
| OperationCancelledException(String) | Initializes a new instance of the OperationCancelledException class with a provided message |
| OperationCancelledException(String, Exception) | Initializes a new instance of the OperationCancelledException class with a provided message and inner exception |
| Number |
The COM error code for this exception (hex 80040400 - 800404FF)
(Inherited from DriverException) |