C# Class Dolittle.Protobuf.MissingParserForMessageType

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

Méthodes publiques

Méthode Description
MissingParserForMessageType ( Type type ) : System

Initializes a new instance of the MissingParserForMessageType class.

Method Details

MissingParserForMessageType() public méthode

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