C# Class TypeDoesNotImplementClientBase, Runtime

Exception that gets thrown when a type does not implement ClientBase.
Inheritance: Exception
Mostra file Open project: dolittle/Runtime

Public Methods

Method Description
TypeDoesNotImplementClientBase ( Type, type ) : System,

Initializes a new instance of the TypeDoesNotImplementClientBase class.

Method Details

TypeDoesNotImplementClientBase() public method

Initializes a new instance of the TypeDoesNotImplementClientBase class.
public TypeDoesNotImplementClientBase ( Type, type ) : System,
type Type, that does not implement.
return System,