Table of Contents

Constructor EdgeEmbeddingException

Namespace
Qavren.Edge.Embeddings.Onnx
Assembly
Qavren.Edge.Embeddings.Onnx.dll

EdgeEmbeddingException(EdgeErrorCode, string, string, Exception?)

Creates the exception.

public EdgeEmbeddingException(EdgeErrorCode code, string presetId, string message, Exception? innerException = null)

Parameters

code EdgeErrorCode

The error code; the help link is derived from it.

presetId string

The preset this failure concerns.

message string

The message.

innerException Exception

The cause, when there is one.