# PrimaryOperationFailed Properties

[Type overview](/orleans/docs/api/csharp/microsoft.orleans.eventsourcing/orleans.eventsourcing.common.primaryoperationfailed/)

## Exception {#exception-39702512}

[Dedicated page](/orleans/docs/api/csharp/microsoft.orleans.eventsourcing/orleans.eventsourcing.common.primaryoperationfailed/properties/exception-39702512/)

[Source](https://github.com/dotnet/orleans/blob/e4e752cedecc2976811db49802c7a999b1f1c704/src/Orleans.EventSourcing/Common/ConnectionIssues.cs)

```csharp
[Orleans.Id(0)]
public Exception Exception
```

The exception that was caught when communicating with the primary.
