C# Class EmbeddingRemoteDeleteCallFailed, Runtime

Exception that gets thrown when a failure occurs in the head while handling a delete embedding call.
Inheritance: Exception
Afficher le fichier Open project: dolittle/Runtime

Méthodes publiques

Méthode Description
EmbeddingRemoteDeleteCallFailed ( EmbeddingId embedding, string reason ) : System,

Initializes a new instance of the EmbeddingRemoteDeleteCallFailed class.

Method Details

EmbeddingRemoteDeleteCallFailed() public méthode

Initializes a new instance of the EmbeddingRemoteDeleteCallFailed class.
public EmbeddingRemoteDeleteCallFailed ( EmbeddingId embedding, string reason ) : System,
embedding EmbeddingId The
reason string
Résultat System,