Constructor EdgeModelProvisioningException
EdgeModelProvisioningException(EdgeErrorCode, string, string, string, Exception?)
Creates the exception.
public EdgeModelProvisioningException(EdgeErrorCode code, string modelId, string relativePath, string message, Exception? innerException = null)
Parameters
codeEdgeErrorCodeThe error code; the help link is derived from it.
modelIdstringThe model whose provisioning failed.
relativePathstringThe manifest-relative file that failed.
messagestringThe message.
innerExceptionExceptionThe cause, when there is one.