C# Class Dolittle.Serialization.Protobuf.MissingValueConverter

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

Public Methods

Method Description
MissingValueConverter ( Type type ) : System

Initializes a new instance of the MissingValueConverter class.

Method Details

MissingValueConverter() public method

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