# ILogConsistencyProtocolServices.CaughtException(string, Exception)

[Type overview](/orleans/docs/api/csharp/microsoft.orleans.eventsourcing/orleans.eventsourcing.ilogconsistencyprotocolservices/) | [Methods](/orleans/docs/api/csharp/microsoft.orleans.eventsourcing/orleans.eventsourcing.ilogconsistencyprotocolservices/methods/)

```csharp
public abstract void CaughtException(string where, Exception e)
```

Log an exception that was caught in the log-consistency protocol.

### Parameters

- `where` (`string`)
- `e` (`Exception`)
