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

Exception that gets thrown when missing a IValueConverter for a Type.
상속: Exception
파일 보기 프로젝트 열기: dolittle-obsolete/DotNET.Fundamentals

공개 메소드들

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