C# Class TypeDoesNotImplementGenericInterface, Runtime

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

Public Methods

Method Description
TypeDoesNotImplementGenericInterface ( Type, type, Type, genericInterface ) : System,

Initializes a new instance of the TypeDoesNotImplementGenericInterface class.

Method Details

TypeDoesNotImplementGenericInterface() public method

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