Table of Contents

Constructor EdgeIngestionStateException

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

EdgeIngestionStateException(EdgeErrorCode, string, Exception?)

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

Parameters

code EdgeErrorCode
message string
innerException Exception