Table of Contents

Constructor EdgeNativeException

Namespace
Qavren.Edge
Assembly
Qavren.Edge.Core.dll

EdgeNativeException(string, string, IReadOnlyList<string>, string, Exception?)

public EdgeNativeException(string runtimeIdentifier, string libraryName, IReadOnlyList<string> probedPaths, string remediation, Exception? innerException = null)

Parameters

runtimeIdentifier string
libraryName string
probedPaths IReadOnlyList<string>
remediation string
innerException Exception