On CBS.com: Six show girls attacked
1 Resources for

stacktrace

  • Subscribe to this listing via:
  • RSS
  • Email

TechRepublic Resources

Handle exceptions properly in C#
Developers often overlook the importance of exceptionhandling to the detriment of their own code. In this article, I discuss how touse exception handling in C#. I also explain simple ways to add code snippetsto application code to prevent users from seeing certain errors, which maycause applications to shut down.Structured exception...
Tags: C#, HelpLink, Irina Medvinskaya, Listing B, Microsoft .NET, Software engineering/development, StackTrace, TargetSite
Technical articles 2007-02-23

Additional Resources

Working with the environment in .NET
It is often important to know the details of the environment in which an application is running. The System.Environment class makes it easy to get these values. Here's how. While .NET applications usually reside on a Windows-based machine (Mono provides non-Windows support), the...
Tags: Microsoft .NET, GetCommandLineArgs, GetEnvironmentVariable, Tony Patton, .NET, Read-Only, System.Environment class, .NET Newsletter, TechRepublic Inc., Microsoft .NET Framework, Environment, Class, Property, Value, Software Development, Software/Web Development
Technical articles 2005-07-18
Process the command line with CLI in Java
This Code is missing Error ProcessingIt would be nice instead of printing the stack trace we tell the user what was wrong with the arguments. We can do this by adding the following instead of stacktrace. System.out.println("Argument Error: " + e.getMessage); ...
Tags: errorprocessing, flip-flop-flam, HelpFormatter, Java, programming
Discussion threads 2006-03-22
Working with the environment in .NET
While .NET applications usually reside on aWindows-based machine (Monoprovides non-Windows support), the version and other systemcharacters will vary. For instance, you may need to access thecurrent machine's name, folder locations, operating system version,current user name, and so forth. The .NETFramework provides the answers within the Environment class locatedin the System...
Tags: GetCommandLineArgs, GetEnvironmentVariable, Microsoft .NET, Read Only, Tony Patton
Technical articles 2005-07-18
Exception management in .NET
It's important to understand .NET exception management when designing a .NET application. Learn how to handle exceptions in the appropriate order in Visual Basic development.Microsoft’s .NET Framework provides structured exception handling, represented by a set of keywords and a dedicated exception class, for all programming languages. In Visual Basic, the...
Tags: .NET, Programming languages, Microsoft .NET Framework, e Advantage, Microsoft .NET
Technical articles 2002-08-28
Create a useful exception log
A system-wide exception management system goes a long way toward diagnosing and solving architectural problems. Tim Landgrave explains how to create an effective exception log.Although handling individual exceptions increases the usability of the system, only through thorough analysis of exception history can we hope to diagnose endemic architectural problems. Building...
Tags: .NET, Microsoft Corp., e Advantage, namespace, Microsoft Windows
Technical articles 2002-08-14
Understanding event handling in ASP.NET
Learn about ASP.NET's advantages and pitfalls when it comes to event handling. This article will guide you through an example and give you a firsthand look at the application and session life-cycle events available to an ASP.NET application.ASP.NET provides an event-based programming model that simplifies Web programming. In my previous...
Tags: .NET, Middleware, Paul Stephenson, event handler, Microsoft ASP.NET, Greeter.aspx, GreeterLogic
Technical articles 2002-01-28
  • << Previous
  • page 1 of 1
  • Next >>


Windows XP vs. Mac OS X
This presentation, entitled Standardizing on Windows XP Instead of MAC OS X, provides a pre-packaged option for defending Windows XP against MAC OS X. ...
Buy Now
Quick Guide: Windows Group Policy
One way for help desk technicians and network administrators to reduce help desk calls and protect their networks is to limit the damage curious users ...
Buy Now

The PC Cracked Open