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
codeEdgeErrorCodeThe error code; the help link is derived from it.
presetIdstringThe preset this failure concerns.
messagestringThe message.
innerExceptionExceptionThe cause, when there is one.