C# Class Dolittle.Serialization.Protobuf.MissingValueConverter

Exception that gets thrown when missing a IValueConverter for a Type.
Inheritance: Exception
Afficher le fichier Open project: dolittle-obsolete/DotNET.Fundamentals

Méthodes publiques

Méthode Description
MissingValueConverter ( Type type ) : System

Initializes a new instance of the MissingValueConverter class.

Method Details

MissingValueConverter() public méthode

Initializes a new instance of the MissingValueConverter class.
public MissingValueConverter ( Type type ) : System
type Type that does not have a .
Résultat System