asp.net.ph

HttpContext.AddError Method

System.Web Namespace   HttpContext Class


Adds an exception to the exception collection for the current HTTP request.

[ VB ]
Public Sub AddError ( _
   ByVal errorInfo As Exception _
)

[ C# ]
public void AddError (
   Exception errorInfo
);

[ C++ ]
public: void AddError (
   Exception* errorInfo
);

[ JScript ]
public function AddError (
   errorInfo : Exception
);

Parameters

errorInfo
The Exception object to add to the exception collection.
See Also

HttpContext Members Skip Navigation Links




Home
Suggested Reading


Previous page Back to top Next page

© 2000-2010 Rey Nuñez All rights reserved.

If you have any question, comment or suggestion
about this site, please send us a note

You can help support asp.net.ph