In this code:
protected static void HandleExceptions(Exception E)
{
switch (E)
{
case MongoWriteException _ :
{
what does the discarded variable ('_' here) is supposed to be?
In this code:
protected static void HandleExceptions(Exception E)
{
switch (E)
{
case MongoWriteException _ :
{
what does the discarded variable ('_' here) is supposed to be?