# OrleansMissingMembershipEntryException.OrleansMissingMembershipEntryException(string, Exception)

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

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