# OrleansClusterConnectivityCheckFailedException.OrleansClusterConnectivityCheckFailedException(string)

[Type overview](/orleans/docs/api/csharp/microsoft.orleans.runtime/orleans.runtime.membershipservice.orleansclusterconnectivitycheckfailedexception/) | [Constructors](/orleans/docs/api/csharp/microsoft.orleans.runtime/orleans.runtime.membershipservice.orleansclusterconnectivitycheckfailedexception/constructors/)

[Source](https://github.com/dotnet/orleans/blob/e4e752cedecc2976811db49802c7a999b1f1c704/src/Orleans.Runtime/MembershipService/OrleansClusterConnectivityCheckFailedException.cs#L23)

```csharp
public OrleansClusterConnectivityCheckFailedException(string message)
```

Initializes a new instance of the [OrleansClusterConnectivityCheckFailedException](/orleans/docs/api/csharp/microsoft.orleans.runtime/orleans.runtime.membershipservice.orleansclusterconnectivitycheckfailedexception/) class.

### Parameters

- `message` (`string`): The message.
