# OrleansMissingMembershipEntryException Constructors

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

## OrleansMissingMembershipEntryException {#constructor-7c81f0d7}

[Dedicated page](/orleans/docs/api/csharp/microsoft.orleans.runtime/orleans.runtime.membershipservice.orleansmissingmembershipentryexception/constructors/constructor-7c81f0d7/)

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

```csharp
public OrleansMissingMembershipEntryException()
```

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

## OrleansMissingMembershipEntryException(string) {#constructor-string-35169c75}

[Dedicated page](/orleans/docs/api/csharp/microsoft.orleans.runtime/orleans.runtime.membershipservice.orleansmissingmembershipentryexception/constructors/constructor-string-35169c75/)

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

```csharp
public OrleansMissingMembershipEntryException(string message)
```

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

### Parameters

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

## OrleansMissingMembershipEntryException(string, Exception) {#constructor-string-system-exception-d1bc622f}

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

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

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

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

### Parameters

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