C# Class MissingParserForMessageType, Runtime

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

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,