OperationCanceledException Constructor

Microsoft Silverlight will reach end of support after October 2021. Learn more.

Include Protected Members
Include Inherited Members

Include Silverlight Members
Include Silverlight for Windows Phone Members
Include XNA Framework Members

Initializes a new instance of the OperationCanceledException class.

This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.

Overload List

  Name Description
Public method OperationCanceledException() Initializes a new instance of the OperationCanceledException class with a system-supplied error message.
Public method OperationCanceledException(CancellationToken) Initializes a new instance of the OperationCanceledException class with a cancellation token.
Public method OperationCanceledException(String) Initializes a new instance of the OperationCanceledException class with a specified error message.
Public method 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.
Public method OperationCanceledException(String, CancellationToken) Initializes a new instance of the OperationCanceledException class with a specified error message and a cancellation token.
Public method OperationCanceledException(String, Exception, CancellationToken) Initializes a new instance of the OperationCanceledException class with a specified error message, a reference to the inner exception that is the cause of this exception, and a cancellation token.

Top