# OrleansClusterConnectivityCheckFailedException

Package: [Microsoft.Orleans.Runtime](/orleans/docs/api/csharp/microsoft.orleans.runtime/) 10.0.0

[NuGet package](https://www.nuget.org/packages/Microsoft.Orleans.Runtime) | [Source](https://github.com/dotnet/orleans/blob/e4e752cedecc2976811db49802c7a999b1f1c704/src/Orleans.Runtime/MembershipService/OrleansClusterConnectivityCheckFailedException.cs#L12)

```csharp
[Orleans.GenerateSerializer]
public sealed class OrleansClusterConnectivityCheckFailedException : OrleansException
```

Exception used to indicate that a cluster connectivity check failed.

## See also

- [OrleansException](/orleans/docs/api/csharp/microsoft.orleans.core.abstractions/orleans.runtime.orleansexception/)

## Constructors

- [OrleansClusterConnectivityCheckFailedException](/orleans/docs/api/csharp/microsoft.orleans.runtime/orleans.runtime.membershipservice.orleansclusterconnectivitycheckfailedexception/constructors/constructor-6a3ac1ab/)
- [OrleansClusterConnectivityCheckFailedException(string)](/orleans/docs/api/csharp/microsoft.orleans.runtime/orleans.runtime.membershipservice.orleansclusterconnectivitycheckfailedexception/constructors/constructor-string-2ade99a1/)
- [OrleansClusterConnectivityCheckFailedException(string, Exception)](/orleans/docs/api/csharp/microsoft.orleans.runtime/orleans.runtime.membershipservice.orleansclusterconnectivitycheckfailedexception/constructors/constructor-string-system-exception-f40da10b/)
