Called when an exception is raised while processing a request.
Namespace:
System.Data.Services
Assembly:
System.Data.Services (in System.Data.Services.dll)
Visual Basic (Declaration)
Protected Overridable Sub HandleException ( _
args As HandleExceptionArgs _
)
Dim args As HandleExceptionArgs
Me.HandleException(args)
protected virtual void HandleException(
HandleExceptionArgs args
)
protected:
virtual void HandleException(
HandleExceptionArgs^ args
)
protected function HandleException(
args : HandleExceptionArgs
)
A data service may modify the args instance to customize how the exception will be sent in the response.
Windows 7, Windows Vista, Windows XP SP2, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003
The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
.NET Framework
Supported in: 3.5 SP1
Reference