C# 클래스 EmbeddingRemoteDeleteCallFailed, Runtime

Exception that gets thrown when a failure occurs in the head while handling a delete embedding call.
상속: Exception
파일 보기 프로젝트 열기: dolittle/Runtime

공개 메소드들

메소드 설명
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,