# SerializationConstructorNotFoundException Constructors

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

## SerializationConstructorNotFoundException(Type) {#constructor-system-type-c522ee51}

[Dedicated page](/orleans/docs/api/csharp/microsoft.orleans.serialization/orleans.serialization.serializationconstructornotfoundexception/constructors/constructor-system-type-c522ee51/)

[Source](https://github.com/dotnet/orleans/blob/e4e752cedecc2976811db49802c7a999b1f1c704/src/Orleans.Serialization/ISerializableSerializer/SerializationConstructorNotFoundException.cs#L18-L21)

```csharp
public SerializationConstructorNotFoundException(Type type)
```

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

### Parameters

- `type` (`Type`): The type.
