Bin heute mal wieder über folgendes Code-Schnippsel gestolpert..

/// <summary>
/// Causes happiness in the world.
/// </summary>
/// <returns></returns>
public static bool Baerenfalle()
{
    throw new Exception("Sie sind in die Bärenfalle gesteppt! *MWAHA* ");
}