# ProtocolTransportException.ProtocolTransportException(string, Exception)

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

[Source](https://github.com/dotnet/orleans/blob/e4e752cedecc2976811db49802c7a999b1f1c704/src/Orleans.EventSourcing/LogConsistency/ILogConsistencyProtocolServices.cs#L67-L68)

```csharp
public ProtocolTransportException(string msg, Exception exc)
```

### Parameters

- `msg` (`string`)
- `exc` (`Exception`)
