# TransactionInfo.TransactionInfo(TransactionInfo)

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

[Source](https://github.com/dotnet/orleans/blob/e4e752cedecc2976811db49802c7a999b1f1c704/src/Orleans.Transactions/DistributedTM/TransactionInfo.cs#L33-L41)

```csharp
public TransactionInfo(TransactionInfo other)
```

Constructor used when TransactionInfo is transferred to a request

### Parameters

- `other` (`TransactionInfo`)
