# TableStorageUpdateConditionNotSatisfiedException.GetObjectData(SerializationInfo, StreamingContext)

[Type overview](/orleans/docs/api/csharp/microsoft.orleans.persistence.azurestorage/orleans.storage.tablestorageupdateconditionnotsatisfiedexception/) | [Methods](/orleans/docs/api/csharp/microsoft.orleans.persistence.azurestorage/orleans.storage.tablestorageupdateconditionnotsatisfiedexception/methods/)

[Source](https://github.com/dotnet/orleans/blob/e4e752cedecc2976811db49802c7a999b1f1c704/src/Azure/Orleans.Persistence.AzureStorage/Storage/TableStorageUpdateConditionNotSatisfiedException.cs#L115-L121)

```csharp
[System.Obsolete]
public override void GetObjectData(SerializationInfo info, StreamingContext context)
```

When overridden in a derived class, sets the `System.Runtime.Serialization.SerializationInfo` with information about the exception.

### Parameters

- `info` (`SerializationInfo`): The `System.Runtime.Serialization.SerializationInfo` that holds the serialized object data about the exception being thrown.
- `context` (`StreamingContext`): The `System.Runtime.Serialization.StreamingContext` that contains contextual information about the source or destination.

### Exceptions

- `System.ArgumentNullException`: The `info` parameter is a null reference (`Nothing` in Visual Basic).
