Toggle navigation
Hot Examples
DE
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Suchen
Home
Dolittle
Concepts
TypeIsNotAConcept
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