# TransactionResponse Properties

[Type overview](/orleans/docs/api/csharp/microsoft.orleans.transactions/orleans.transactionresponse/)

## Exception {#exception-918bc3a1}

[Dedicated page](/orleans/docs/api/csharp/microsoft.orleans.transactions/orleans.transactionresponse/properties/exception-918bc3a1/)

[Source](https://github.com/dotnet/orleans/blob/e4e752cedecc2976811db49802c7a999b1f1c704/src/Orleans.Transactions/TransactionAttribute.cs)

```csharp
public override Exception Exception
```

## InnerResponse {#innerresponse-899f7775}

[Dedicated page](/orleans/docs/api/csharp/microsoft.orleans.transactions/orleans.transactionresponse/properties/innerresponse-899f7775/)

[Source](https://github.com/dotnet/orleans/blob/e4e752cedecc2976811db49802c7a999b1f1c704/src/Orleans.Transactions/TransactionAttribute.cs#L305)

```csharp
public Response InnerResponse
```

## Result {#result-3dd01483}

[Dedicated page](/orleans/docs/api/csharp/microsoft.orleans.transactions/orleans.transactionresponse/properties/result-3dd01483/)

[Source](https://github.com/dotnet/orleans/blob/e4e752cedecc2976811db49802c7a999b1f1c704/src/Orleans.Transactions/TransactionAttribute.cs)

```csharp
public override object Result
```

## TransactionInfo {#transactioninfo-c2d37f71}

[Dedicated page](/orleans/docs/api/csharp/microsoft.orleans.transactions/orleans.transactionresponse/properties/transactioninfo-c2d37f71/)

[Source](https://github.com/dotnet/orleans/blob/e4e752cedecc2976811db49802c7a999b1f1c704/src/Orleans.Transactions/TransactionAttribute.cs)

```csharp
[Orleans.Id(1)]
public TransactionInfo TransactionInfo
```
