C# Класс UnsupportedTypeForStreamProcessorStateDiscriminatorConvention, Runtime

Exception that gets thrown when trying to use an unsupported type in StreamProcessorStateDiscriminatorConvention.
Наследование: Exception
Показать файл Открыть проект

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

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

Initializes a new instance of the UnsupportedTypeForStreamProcessorStateDiscriminatorConvention class.

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

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

Initializes a new instance of the UnsupportedTypeForStreamProcessorStateDiscriminatorConvention class.
public UnsupportedTypeForStreamProcessorStateDiscriminatorConvention ( Type, type ) : System,
type Type, Nominal type used in the discriminator convention.
Результат System,