Click or drag to resize

SerializerBaseTValueCreateCannotBeSerializedException Method

Creates an exception to throw when a type cannot be deserialized.

Namespace:  MongoDB.Bson.Serialization.Serializers
Assembly:  MongoDB.Bson (in MongoDB.Bson.dll) Version: 2.8.0+cc573f3e1f48f39162b4b680e921a623e127e8fa
Syntax
protected Exception CreateCannotBeSerializedException()

Return Value

Type: Exception
An exception.
See Also