C# Класс TypeDoesNotImplementClientBase, Runtime

Exception that gets thrown when a type does not implement ClientBase.
Наследование: Exception
Показать файл Открыть проект

Открытые методы

Метод Описание
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,