C# Class EmbeddingLoopDetected, Runtime

Exception that gets thrown when a loop is detected in an embedding.
Inheritance: Exception
显示文件 Open project: dolittle/Runtime

Public Methods

Method Description
EmbeddingLoopDetected ( EmbeddingId embedding ) : System,

Initializes a new instance of the EmbeddingLoopDetected class.

Method Details

EmbeddingLoopDetected() public method

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