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, ICloneable
[<System.Serializable>]
type CosmosOperationCanceledException = class
inherit OperationCanceledException
interface ICloneable
Public Class CosmosOperationCanceledException
Inherits OperationCanceledException
Implements ICloneable
- Inheritance
-
CosmosOperationCanceledException
- Attributes
- Implements
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 |
|---|---|
| Clone() |
Creates a shallow copy of the current exception instance. This ensures that the cloned exception retains the same properties but does not excessively proliferate stack traces or deep-copy unnecessary objects. |
| GetBaseException() | System.OperationCanceledException.GetBaseException |
| GetObjectData(SerializationInfo, StreamingContext) |
Sets the System.Runtime.Serialization.SerializationInfo with information about the exception. |
| ToString() | System.OperationCanceledException.ToString |