CosmosOperationCanceledException Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The exception that is thrown in a thread upon cancellation of an operation that the thread was executing. This extends the OperationCanceledException to include the diagnostics of the operation that was canceled.
[System.Serializable]
public class CosmosOperationCanceledException : OperationCanceledException
[<System.Serializable>]
type CosmosOperationCanceledException = class
inherit OperationCanceledException
Public Class CosmosOperationCanceledException
Inherits OperationCanceledException
- Inheritance
-
CosmosOperationCanceledException
- Attributes
Constructors
| Name | Description |
|---|---|
| CosmosOperationCanceledException(OperationCanceledException, CosmosDiagnostics) |
Create an instance of CosmosOperationCanceledException |
| CosmosOperationCanceledException(SerializationInfo, StreamingContext) |
Initializes a new instance of the CosmosOperationCanceledException class. |
Properties
| Name | Description |
|---|---|
| Data | System.OperationCanceledException.Data |
| Diagnostics |
Gets the diagnostics for the request |
| HelpLink | System.OperationCanceledException.HelpLink |
| Message | System.OperationCanceledException.Message |
| Source | System.OperationCanceledException.Source |
| StackTrace | System.OperationCanceledException.StackTrace |
Methods
| Name | Description |
|---|---|
| GetBaseException() | System.OperationCanceledException.GetBaseException |
| GetObjectData(SerializationInfo, StreamingContext) |
Sets the System.Runtime.Serialization.SerializationInfo with information about the exception. |
| ToString() | System.OperationCanceledException.ToString |