# Copier_CosmosConditionNotSatisfiedException.DeepCopy(CosmosConditionNotSatisfiedException, CosmosConditionNotSatisfiedException, CopyContext)

[Type overview](/orleans/docs/api/csharp/microsoft.orleans.persistence.cosmos/orleanscodegen.orleans.persistence.cosmos.copier-cosmosconditionnotsatisfiedexception/) | [Methods](/orleans/docs/api/csharp/microsoft.orleans.persistence.cosmos/orleanscodegen.orleans.persistence.cosmos.copier-cosmosconditionnotsatisfiedexception/methods/)

```csharp
public override void DeepCopy(CosmosConditionNotSatisfiedException input, CosmosConditionNotSatisfiedException output, CopyContext context)
```

Clones members from `input` and copies them to `output`.

### Parameters

- `input` (`CosmosConditionNotSatisfiedException`): The input.
- `output` (`CosmosConditionNotSatisfiedException`): The output.
- `context` (`CopyContext`): The context.
