Table of Contents

Constructor EdgeIngestionException

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

EdgeIngestionException(EdgeErrorCode, string, Exception?)

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

Parameters

code EdgeErrorCode
message string
innerException Exception