C# Класс Dolittle.Serialization.Protobuf.MissingValueConverter

Exception that gets thrown when missing a IValueConverter for a Type.
Наследование: Exception
Показать файл Открыть проект

Открытые методы

Метод Описание
MissingValueConverter ( Type type ) : System

Initializes a new instance of the MissingValueConverter class.

Описание методов

MissingValueConverter() публичный Метод

Initializes a new instance of the MissingValueConverter class.
public MissingValueConverter ( Type type ) : System
type Type that does not have a .
Результат System