# OrleansClusterConnectivityCheckFailedException Constructors

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

## OrleansClusterConnectivityCheckFailedException {#constructor-6a3ac1ab}

[Dedicated page](/orleans/docs/api/csharp/microsoft.orleans.runtime/orleans.runtime.membershipservice.orleansclusterconnectivitycheckfailedexception/constructors/constructor-6a3ac1ab/)

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

```csharp
public OrleansClusterConnectivityCheckFailedException()
```

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

## OrleansClusterConnectivityCheckFailedException(string) {#constructor-string-2ade99a1}

[Dedicated page](/orleans/docs/api/csharp/microsoft.orleans.runtime/orleans.runtime.membershipservice.orleansclusterconnectivitycheckfailedexception/constructors/constructor-string-2ade99a1/)

[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.

## OrleansClusterConnectivityCheckFailedException(string, Exception) {#constructor-string-system-exception-f40da10b}

[Dedicated page](/orleans/docs/api/csharp/microsoft.orleans.runtime/orleans.runtime.membershipservice.orleansclusterconnectivitycheckfailedexception/constructors/constructor-string-system-exception-f40da10b/)

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

```csharp
public OrleansClusterConnectivityCheckFailedException(string message, Exception innerException)
```

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

### Parameters

- `message` (`string`): The message.
- `innerException` (`Exception`): The inner exception.
