C# Класс UnknownProjectionCurrentStateType, Runtime

Exception that gets thrown when attempting to convert a ProjectionCurrentStateType that does not have a known protobuf representation.
Наследование: Exception
Показать файл Открыть проект

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

Метод Описание
UnknownProjectionCurrentStateType ( ProjectionCurrentStateType type ) : System,

Initializes an instance of the UnknownProjectionCurrentStateType class.

Описание методов

UnknownProjectionCurrentStateType() публичный Метод

Initializes an instance of the UnknownProjectionCurrentStateType class.
public UnknownProjectionCurrentStateType ( ProjectionCurrentStateType type ) : System,
type ProjectionCurrentStateType The current state type that is not known.
Результат System,