Bridge

OperationCanceledException Class

The exception that is thrown in a thread upon cancellation of an operation that the thread was executing.

Namespace:  System
Assembly:  Bridge (in Bridge.dll)

Syntax


[ExternalAttribute]
[NamespaceAttribute]
public class OperationCanceledException : Exception
<ExternalAttribute> _
<NamespaceAttribute> _
Public Class OperationCanceledException _
	Inherits Exception
[ExternalAttribute]
[NamespaceAttribute]
public ref class OperationCanceledException : public Exception

Inheritance Hierarchy


System..::..Object
  System..::..Exception
    System..::..OperationCanceledException