Table of Contents

Constructor EdgeChunkingException

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

EdgeChunkingException(EdgeErrorCode, string, Exception?)

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

Parameters

code EdgeErrorCode
message string
innerException Exception