Short Post: #AmusingCode
This put a smile on my face today:
void App_UnhandledException(object sender,
UnhandledExceptionEventArgs e)
{
throw new NotImplementedException();
}
Não há mais suporte para esse navegador.
Atualize o Microsoft Edge para aproveitar os recursos, o suporte técnico e as atualizações de segurança mais recentes.
This put a smile on my face today:
void App_UnhandledException(object sender,
UnhandledExceptionEventArgs e)
{
throw new NotImplementedException();
}