# RemoteCommitService.Throw(Guid, string)

[Type overview](/orleans/docs/api/csharp/microsoft.orleans.transactions.testkit.base/orleans.transactions.testkit.remotecommitservice/) | [Methods](/orleans/docs/api/csharp/microsoft.orleans.transactions.testkit.base/orleans.transactions.testkit.remotecommitservice/methods/)

[Source](https://github.com/dotnet/orleans/blob/e4e752cedecc2976811db49802c7a999b1f1c704/src/Orleans.Transactions.TestKit.Base/Grains/RemoteCommitService.cs#L43-L45)

```csharp
public Task<bool> Throw(Guid transactionId, string data)
```

### Parameters

- `transactionId` (`Guid`)
- `data` (`string`)
