C# Класс EmbeddingProcessorAlreadyStarted, Runtime

Exception that gets thrown when starting an EmbeddingProcessor more than once.
Наследование: Exception
Показать файл Открыть проект

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

Метод Описание
EmbeddingProcessorAlreadyStarted ( EmbeddingId embedding ) : System,

Initializes a new instance of the EmbeddingProcessorAlreadyStarted class.

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

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

Initializes a new instance of the EmbeddingProcessorAlreadyStarted class.
public EmbeddingProcessorAlreadyStarted ( EmbeddingId embedding ) : System,
embedding EmbeddingId The
Результат System,