C# 클래스 Dolittle.Protobuf.MissingParserForMessageType

Exception that gets thrown when a ServerCallContext is missing a required arguments message in the header.
상속: Exception
파일 보기 프로젝트 열기: dolittle-obsolete/DotNET.Fundamentals

공개 메소드들

메소드 설명
MissingParserForMessageType ( Type type ) : System

Initializes a new instance of the MissingParserForMessageType class.

메소드 상세

MissingParserForMessageType() 공개 메소드

Initializes a new instance of the MissingParserForMessageType class.
public MissingParserForMessageType ( Type type ) : System
type Type The type of that does not have a parser.
리턴 System