Event handler method
This commit is contained in:
@@ -36,5 +36,10 @@ class Program
|
|||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
static void ErrorOccured(Exception e)
|
||||||
|
{
|
||||||
|
Console.WriteLine($"The following error occured while trying to load your profile:\n{e}\nMore details:\n{e.ToString()}");
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user