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

Exception that gets thrown when registering a type with a MessageDescription for a different type.
Наследование: Exception
Показать файл Открыть проект

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

Метод Описание
TypeMismatchForMessageDescription ( Type registeredType, Type messageDescriptionType ) : System

Initializes a new instance of the TypeMismatchForMessageDescription class.

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

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

Initializes a new instance of the TypeMismatchForMessageDescription class.
public TypeMismatchForMessageDescription ( Type registeredType, Type messageDescriptionType ) : System
registeredType Type being registered with.
messageDescriptionType Type in .
Результат System