csharp Trigger Runtime Error
int i = 1; int j = 0; i = i / j; Response.Write(i);
This triggers a runtime error - useful for catching errors when testing error handling.
Updated: Thursday 14th April 2011, 08:14am
There are 0 comments
Comments are currently closed.