This is a tutorial which helps you to gather information about the error with the help of OleDbError Class caused in the datasource. OleDbError Class is created by the OleDb data adapter when an error occurs. You must import the System.Data.OleDb na
In this tutorial the author gives you details about the use of ASP.NET HttpContext Class. This tutorial defines you the use of various key properties of this class such as AllErrors, Request, Server, Session, Trace, Error etc., The HttpContext Class
Handling Exceptions in C# is a web based tutorial through which the programmers can gather details about error handling by using C#. The author describes the procedure to create a own error handling class, which can be called as Exception class. The
This very simple class enables you to track number of visitors online in an easy and accurate manner. The class also tries to check if user is coming behind proxy server to improve script accuracy. All this is done in real time. Also has error report
This PHP upload class (the old name) can be used to upload files with a client browser to a remote webserver location. The features in the first release are: file-extension check, maximum file- size limitation and a flexible error reporting system. T
DebugDelphi is a tool to display programmed error messages in a window.Just include the interface to DebugDelphi in the Uses-statement of the unit and put a WriteLn - statement where ever you need it. This assures that you can use all the formatting
This is a simple error manager that has the basics 400, 401, 403, 404, 500 and if any of these would accure it would redirrect you to the right page for the error for ex. 404 File Not Found would be error.php?error=404 and it will display the right e
This class features file-extension check, maximum file-size limitation and a flexible error reporting system. It is extremely easy to use and comes with a full working example.
If an error occurs in the application ExceptHandler notifies the user and writes error description in log-file. In contradistinction to well-known message Access violation in ... at ... ExceptHandler executes the full error localization. User
Use this class to validate your database inputs or mail forms. In the first version it is only possible to validate simple text, numbers (with decimals), (US) dates and email addresses. Invalid form fields will be reported inside a detailed error mes |