C# 클래스 EmbeddingLoopDetected, Runtime

Exception that gets thrown when a loop is detected in an embedding.
상속: Exception
파일 보기 프로젝트 열기: dolittle/Runtime

공개 메소드들

메소드 설명
EmbeddingLoopDetected ( EmbeddingId embedding ) : System,

Initializes a new instance of the EmbeddingLoopDetected class.

메소드 상세

EmbeddingLoopDetected() 공개 메소드

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