C# Class Dolittle.Protobuf.MissingParserForMessageType

Exception that gets thrown when a ServerCallContext is missing a required arguments message in the header.
Inheritance: Exception
Exibir arquivo Open project: dolittle-obsolete/DotNET.Fundamentals

Public Methods

Method Description
MissingParserForMessageType ( Type type ) : System

Initializes a new instance of the MissingParserForMessageType class.

Method Details

MissingParserForMessageType() public method

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