# RequiredFieldMissingException Constructors

[Type overview](/orleans/docs/api/csharp/microsoft.orleans.serialization/orleans.serialization.requiredfieldmissingexception/)

## RequiredFieldMissingException(string) {#constructor-string-52728183}

[Dedicated page](/orleans/docs/api/csharp/microsoft.orleans.serialization/orleans.serialization.requiredfieldmissingexception/constructors/constructor-string-52728183/)

[Source](https://github.com/dotnet/orleans/blob/e4e752cedecc2976811db49802c7a999b1f1c704/src/Orleans.Serialization/Exceptions.cs#L514-L516)

```csharp
public RequiredFieldMissingException(string message)
```

Initializes a new instance of the [RequiredFieldMissingException](/orleans/docs/api/csharp/microsoft.orleans.serialization/orleans.serialization.requiredfieldmissingexception/) class.

### Parameters

- `message` (`string`): The message that describes the error.
