# ExceptionSerializationOptions.SupportedNamespacePrefixes

[Type overview](/orleans/docs/api/csharp/microsoft.orleans.serialization/orleans.serialization.exceptionserializationoptions/) | [Properties](/orleans/docs/api/csharp/microsoft.orleans.serialization/orleans.serialization.exceptionserializationoptions/properties/)

[Source](https://github.com/dotnet/orleans/blob/e4e752cedecc2976811db49802c7a999b1f1c704/src/Orleans.Serialization/ISerializableSerializer/ExceptionSerializationOptions.cs#L15)

```csharp
public HashSet<string> SupportedNamespacePrefixes
```

Gets the collection of supported namespace prefixes for the exception serializer. Any exception type which has a namespace with one of these prefixes will be serialized using the exception serializer.
