Table of Contents

Constructor EdgeChatException

Namespace
Qavren.Edge.Chat
Assembly
Qavren.Edge.Chat.Onnx.dll

EdgeChatException(EdgeErrorCode, string, Exception?)

Creates the exception.

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

Parameters

code EdgeErrorCode

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

message string

The message.

innerException Exception

The cause, when there is one.