TeamFoundationWebService.HandleException Method

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

Syntax

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

Parameters

Return Value

Type: System.Exception

.NET Framework Security

See Also

Reference

TeamFoundationWebService Class

Microsoft.TeamFoundation.Framework.Server.WebServices Namespace