IntegrationWebService.HandleException Method

This member overrides TeamFoundationWebService.HandleException(Exception).

Namespace:  Microsoft.TeamFoundation.Server
Assembly:  Microsoft.TeamFoundation.Server (in Microsoft.TeamFoundation.Server.dll)

Syntax

‘선언
Protected Overrides Function HandleException ( _
    exception As Exception _
) As Exception
protected override Exception HandleException(
    Exception exception
)
protected:
virtual Exception^ HandleException(
    Exception^ exception
) override
abstract HandleException : 
        exception:Exception -> Exception 
override HandleException : 
        exception:Exception -> Exception 
protected override function HandleException(
    exception : Exception
) : Exception

Parameters

Return Value

Type: System.Exception

.NET Framework Security

See Also

Reference

IntegrationWebService Class

Microsoft.TeamFoundation.Server Namespace