C# Класс Dolittle.Protobuf.MissingParserForMessageType

Exception that gets thrown when a ServerCallContext is missing a required arguments message in the header.
Наследование: Exception
Показать файл Открыть проект

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

Метод Описание
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