Table of Contents

Constructor EdgeOnnxException

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

EdgeOnnxException(EdgeErrorCode, string, Exception?)

Creates the exception.

public EdgeOnnxException(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.