C# Class TypeDoesNotImplementGenericInterface, Runtime

Exception that gets thrown when a Type does not implement the given generic interfaces.
Inheritance: Exception
Afficher le fichier Open project: dolittle/Runtime

Méthodes publiques

Méthode Description
TypeDoesNotImplementGenericInterface ( Type, type, Type, genericInterface ) : System,

Initializes a new instance of the TypeDoesNotImplementGenericInterface class.

Method Details

TypeDoesNotImplementGenericInterface() public méthode

Initializes a new instance of the TypeDoesNotImplementGenericInterface class.
public TypeDoesNotImplementGenericInterface ( Type, type, Type, genericInterface ) : System,
type Type, The .
genericInterface Type, The open generic interface.
Résultat System,