aspxtreme

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



Books and more ...


Suggested Reading

Need a break ?



Previous page Back to top Next page

Check out related books at Amazon

© 2000-2008 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 aspxtreme