C# Class Dolittle.Concepts.TypeIsNotAConcept

Exception that gets thrown when a Type is not a ConceptAs{T}.
Inheritance: Exception
Datei anzeigen Open project: dolittle-obsolete/DotNET.Fundamentals

Public Methods

Method Description
TypeIsNotAConcept ( Type type ) : System

Initializes a new instance of the TypeIsNotAConcept class.

Method Details

TypeIsNotAConcept() public method

Initializes a new instance of the TypeIsNotAConcept class.
public TypeIsNotAConcept ( Type type ) : System
type Type that is not a concept.
return System