Share via


BuildWebServiceBase.HandleException Method

This member overrides TeamFoundationWebService.HandleException(Exception).

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

Syntax

'Declaration
Protected Overrides Function HandleException ( _
    innerException As Exception _
) As Exception
protected override Exception HandleException(
    Exception innerException
)
protected:
virtual Exception^ HandleException(
    Exception^ innerException
) override
abstract HandleException : 
        innerException:Exception -> Exception 
override HandleException : 
        innerException:Exception -> Exception 
protected override function HandleException(
    innerException : Exception
) : Exception

Parameters

Return Value

Type: System.Exception

.NET Framework Security

See Also

Reference

BuildWebServiceBase Class

Microsoft.TeamFoundation.Build.Server Namespace