IDataServiceHost.ProcessException Method
Handles a data service exception using information in the args parameter.
Namespace: System.Data.Services
Assembly: Microsoft.Data.Services (in Microsoft.Data.Services.dll)
Syntax
'Declaration
Sub ProcessException ( _
args As HandleExceptionArgs _
)
'Usage
Dim instance As IDataServiceHost
Dim args As HandleExceptionArgs
instance.ProcessException(args)
void ProcessException(
HandleExceptionArgs args
)
void ProcessException(
HandleExceptionArgs^ args
)
abstract ProcessException :
args:HandleExceptionArgs -> unit
function ProcessException(
args : HandleExceptionArgs
)
Parameters
- args
Type: System.Data.Services.HandleExceptionArgs
HandleExceptionArgs that contains information on the exception object.