C# Class TypeDoesNotImplementClientBase, Runtime

Exception that gets thrown when a type does not implement ClientBase.
Inheritance: Exception
Afficher le fichier Open project: dolittle/Runtime

Méthodes publiques

Méthode Description
TypeDoesNotImplementClientBase ( Type, type ) : System,

Initializes a new instance of the TypeDoesNotImplementClientBase class.

Method Details

TypeDoesNotImplementClientBase() public méthode

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