Short Post: #AmusingCode
This put a smile on my face today:
void App_UnhandledException(object sender,
UnhandledExceptionEventArgs e)
{
throw new NotImplementedException();
}
Dieser Browser wird nicht mehr unterstützt.
Führen Sie ein Upgrade auf Microsoft Edge durch, um die neuesten Features, Sicherheitsupdates und den technischen Support zu nutzen.
This put a smile on my face today:
void App_UnhandledException(object sender,
UnhandledExceptionEventArgs e)
{
throw new NotImplementedException();
}