Table of Contents

Constructor EdgeException

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

EdgeException(EdgeErrorCode, string, Exception?)

protected EdgeException(EdgeErrorCode code, string message, Exception? innerException = null)

Parameters

code EdgeErrorCode
message string
innerException Exception