# OrleansBrokenTransactionLockException.OrleansBrokenTransactionLockException(string, string, Exception?)

[Type overview](/orleans/docs/api/csharp/microsoft.orleans.transactions/orleans.transactions.orleansbrokentransactionlockexception/) | [Constructors](/orleans/docs/api/csharp/microsoft.orleans.transactions/orleans.transactions.orleansbrokentransactionlockexception/constructors/)

[Source](https://github.com/dotnet/orleans/blob/b7a9e3e1c9c54b3cec3a467c5734bf7744541bcf/src/Orleans.Transactions/OrleansTransactionException.cs#L272-L274)

```csharp
public OrleansBrokenTransactionLockException(string transactionId, string situation, Exception? innerException)
```

### Parameters

- `transactionId` (`string`)
- `situation` (`string`)
- `innerException` (`Exception?`)
