C# Класс EmbeddingRemoteDeleteCallFailed, Runtime

Exception that gets thrown when a failure occurs in the head while handling a delete embedding call.
Наследование: Exception
Показать файл Открыть проект

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

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

Initializes a new instance of the EmbeddingRemoteDeleteCallFailed class.

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

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

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