Table of Contents

Constructor EdgeExtractionException

Namespace
Qavren.Edge.Ingestion
Assembly
Qavren.Edge.Ingestion.dll

EdgeExtractionException(EdgeErrorCode, string, Exception?)

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

Parameters

code EdgeErrorCode
message string
innerException Exception