C# Class MissingParserForMessageType, Runtime

Exception that gets thrown when a ServerCallContext is missing a required arguments message in the header.
Inheritance: Exception
ファイルを表示 Open project: dolittle/Runtime

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,