C# Class Dolittle.Serialization.Protobuf.TypeMismatchForMessageDescription

Exception that gets thrown when registering a type with a MessageDescription for a different type.
Inheritance: Exception
Datei anzeigen Open project: dolittle-obsolete/DotNET.Fundamentals

Public Methods

Method Description
TypeMismatchForMessageDescription ( Type registeredType, Type messageDescriptionType ) : System

Initializes a new instance of the TypeMismatchForMessageDescription class.

Method Details

TypeMismatchForMessageDescription() public method

Initializes a new instance of the TypeMismatchForMessageDescription class.
public TypeMismatchForMessageDescription ( Type registeredType, Type messageDescriptionType ) : System
registeredType Type being registered with.
messageDescriptionType Type in .
return System