C# 클래스 Dolittle.Concepts.TypeIsNotAConcept

Exception that gets thrown when a Type is not a ConceptAs{T}.
상속: Exception
파일 보기 프로젝트 열기: dolittle-obsolete/DotNET.Fundamentals

공개 메소드들

메소드 설명
TypeIsNotAConcept ( Type type ) : System

Initializes a new instance of the TypeIsNotAConcept class.

메소드 상세

TypeIsNotAConcept() 공개 메소드

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