C# 클래스 Dolittle.Serialization.Protobuf.TypeMismatchForMessageDescription

Exception that gets thrown when registering a type with a MessageDescription for a different type.
상속: Exception
파일 보기 프로젝트 열기: dolittle-obsolete/DotNET.Fundamentals

공개 메소드들

메소드 설명
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