C# Class EmbeddingRemoteDeleteCallFailed, Runtime

Exception that gets thrown when a failure occurs in the head while handling a delete embedding call.
Inheritance: Exception
显示文件 Open project: dolittle/Runtime

Public Methods

Method Description
EmbeddingRemoteDeleteCallFailed ( EmbeddingId embedding, string reason ) : System,

Initializes a new instance of the EmbeddingRemoteDeleteCallFailed class.

Method Details

EmbeddingRemoteDeleteCallFailed() public method

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