Table of Contents

Constructor EdgeConfigurationException

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

EdgeConfigurationException(EdgeErrorCode, string, Exception?)

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

Parameters

code EdgeErrorCode
message string
innerException Exception