System.Diagnostics.EventLogEntryType Enumeration
Information   Base Types   Related Resources

Specifies the event type of an event log entry.

  • Namespace: System.Diagnostics
  • First seen in: .NET v1.0.3705
  • Last seen in: .NET v1.1.4322
  • Last changed in: .NET v1.0.3705
  • Assembly: System.dll

  • System.Enum
  • View this type on MSDN
  • View this type on WinFX 247
    Articles (6)Discussions (128)MembersRotorChanges
    Articles

    Page: 1
    Global Exception Handling with ASP.NET
    http://webdeveloper.earthweb.com/
    You can't debug a problem if you don't know that it exists. After you take your web application live, you are no longer the only one who is using it (hopefully), so you need an effective plan to track exceptions when they occur while others are surfing your site. A great way to do this is to implement an exception handler at the application level. This will allow you to consolidate the logging and notification parts of your exception handling in one convenient place. As you'll see from the code examples that follow, your global exception handler can handle both specific exceptions that you trap in your code and generic unhandled exceptions.
    Logging Unhandled Page Exceptions To The System Event Log
    DotNetJunkies
    Error handling is a critical part of building enterprise level web applications, for that matter, it is a huge page of any application. In one of last weeks article we discussed using the Try...Catch...Finally statement to catch and respond to exceptions thrown during the page execution process. In this article I will be introducing a new way to catch Page-Level exceptions by introducing the HandleError Method.
    Manipulating the Windows 2000 Registry and Event Viewer Using C#
    C#Today
    The Windows Operating System provides a lot of flexibility for programming against the various services offered by it. We can develop applications to manipulate the OSs various services like the registry and EventViewer. In this article, Sandra Gopikrishna focuses on the following topics - writing to and reading from the system registry by employing the classes of the Microsoft.Win32 namespace, and interacting with the Windows 2000 event logs such as the application, security and system logs by employing the classes of the System.Diagnostics namespace.
    Top 10 tips and tricks to code professional looking .NET apps
    The Code Project
    Top 10 tips and tricks to make your little C# app look professional… things like interacting with Windows registry or Event log, ensuring a single instance of an app, sending emails, creating useful (and techie looking) logs of operations, getting IP addresses from host names, and other cool stuff!
    Windows Service State Publisher
    The Code Project
    Monitor Windows Services for changes in state using well known design patterns
    Writing Managed Applications for the .NET Framework
    MSDN
    The purpose of this article and sample is to demonstrate how Visual C++ can be used to incorporate the .NET Framework into C++ applications.
    Ad
    MBR BootFX
    Best-of-breed application framework for .NET projects, developed by Matthew Baxter-Reynolds and MBR IT
     
     Copyright © Matthew Baxter-Reynolds 2001-2008. '.NET 247 Software Development Services' is a trading style of MBR IT Solutions Ltd.
    Contact Us - Terms of Use - Privacy Policy - www.dotnet247.com