C# Class Dolittle.Concepts.TypeIsNotAConcept

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

Méthodes publiques

Méthode Description
TypeIsNotAConcept ( Type type ) : System

Initializes a new instance of the TypeIsNotAConcept class.

Method Details

TypeIsNotAConcept() public méthode

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