# RecordedConnectionIssue.ToString

[Type overview](/orleans/docs/api/csharp/microsoft.orleans.eventsourcing/orleans.eventsourcing.common.recordedconnectionissue/) | [Methods](/orleans/docs/api/csharp/microsoft.orleans.eventsourcing/orleans.eventsourcing.common.recordedconnectionissue/methods/)

[Source](https://github.com/dotnet/orleans/blob/b7a9e3e1c9c54b3cec3a467c5734bf7744541bcf/src/Orleans.EventSourcing/Common/RecordedConnectionIssue.cs#L88-L91)

```csharp
public override readonly string? ToString()
```

Returns the fully qualified type name of this instance.

### Returns

The fully qualified type name.
