C# Class EmbeddingLoopDetected, Runtime

Exception that gets thrown when a loop is detected in an embedding.
Inheritance: Exception
Afficher le fichier Open project: dolittle/Runtime

Méthodes publiques

Méthode Description
EmbeddingLoopDetected ( EmbeddingId embedding ) : System,

Initializes a new instance of the EmbeddingLoopDetected class.

Method Details

EmbeddingLoopDetected() public méthode

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