C# 클래스 TypeDoesNotImplementClientBase, Runtime

Exception that gets thrown when a type does not implement ClientBase.
상속: Exception
파일 보기 프로젝트 열기: dolittle/Runtime

공개 메소드들

메소드 설명
TypeDoesNotImplementClientBase ( Type, type ) : System,

Initializes a new instance of the TypeDoesNotImplementClientBase class.

메소드 상세

TypeDoesNotImplementClientBase() 공개 메소드

Initializes a new instance of the TypeDoesNotImplementClientBase class.
public TypeDoesNotImplementClientBase ( Type, type ) : System,
type Type, that does not implement.
리턴 System,