# ExceptionResponse Properties

[Type overview](/orleans/docs/api/csharp/microsoft.orleans.serialization/orleans.serialization.invocation.exceptionresponse/)

## Exception {#exception-fdf0f127}

[Dedicated page](/orleans/docs/api/csharp/microsoft.orleans.serialization/orleans.serialization.invocation.exceptionresponse/properties/exception-fdf0f127/)

[Source](https://github.com/dotnet/orleans/blob/e4e752cedecc2976811db49802c7a999b1f1c704/src/Orleans.Serialization/Invocation/Response.cs)

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

## Result {#result-48cf26dd}

[Dedicated page](/orleans/docs/api/csharp/microsoft.orleans.serialization/orleans.serialization.invocation.exceptionresponse/properties/result-48cf26dd/)

[Source](https://github.com/dotnet/orleans/blob/e4e752cedecc2976811db49802c7a999b1f1c704/src/Orleans.Serialization/Invocation/Response.cs)

```csharp
public override object? Result
```
