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


Previous page Back to top Next page

Check out related books at Amazon

© 2025 Reynald Nuñez and asp.net.ph. All rights reserved.

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