Short Post: #AmusingCode
This put a smile on my face today:
void App_UnhandledException(object sender,
UnhandledExceptionEventArgs e)
{
throw new NotImplementedException();
}
Browser ini sudah tidak didukung.
Mutakhirkan ke Microsoft Edge untuk memanfaatkan fitur, pembaruan keamanan, dan dukungan teknis terkini.
This put a smile on my face today:
void App_UnhandledException(object sender,
UnhandledExceptionEventArgs e)
{
throw new NotImplementedException();
}