Freigeben über


IDataServiceHost.ProcessException-Methode

Behandelt eine Datendienstausnahme mit Informationen im 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
)

Parameter

Siehe auch

Verweis

IDataServiceHost Schnittstelle

System.Data.Services-Namespace