Constructor EdgeRagException
EdgeRagException(EdgeErrorCode, string, string?, string?, string?, Exception?)
Creates a RAG failure carrying whichever of the three context fields are known.
public EdgeRagException(EdgeErrorCode code, string message, string? retrieverName = null, string? collectionName = null, string? remediation = null, Exception? innerException = null)