.NET Framework Class Library
DataService<(Of <(T>)>)..::.HandleException Method

Called when an exception is raised while processing a request.

Namespace:  System.Data.Services
Assembly:  System.Data.Services (in System.Data.Services.dll)
Syntax

Visual Basic (Declaration)
Protected Overridable Sub HandleException ( _
    args As HandleExceptionArgs _
)
Visual Basic (Usage)
Dim args As HandleExceptionArgs

Me.HandleException(args)
C#
protected virtual void HandleException(
    HandleExceptionArgs args
)
Visual C++
protected:
virtual void HandleException(
    HandleExceptionArgs^ args
)
JScript
protected function HandleException(
    args : HandleExceptionArgs
)

Parameters

args
Type: System.Data.Services..::.HandleExceptionArgs
Exception arguments.
Remarks

A data service may modify the args instance to customize how the exception will be sent in the response.

Platforms

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.
Version Information

.NET Framework

Supported in: 3.5 SP1
See Also

Reference

Tags :


Page view tracker