Table of Contents

Constructor EdgeModelProvisioningException

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

EdgeModelProvisioningException(EdgeErrorCode, string, string, string, Exception?)

Creates the exception.

public EdgeModelProvisioningException(EdgeErrorCode code, string modelId, string relativePath, string message, Exception? innerException = null)

Parameters

code EdgeErrorCode

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

modelId string

The model whose provisioning failed.

relativePath string

The manifest-relative file that failed.

message string

The message.

innerException Exception

The cause, when there is one.