Dela via


Classification.HandleException Method

Wraps exceptions raised by the internals of the webservice to the outside world Unifies groupsecurity and authorization service exception to a common exception

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

Syntax

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

Parameters

Return Value

Type: System.Exception
translated exception

.NET Framework Security

See Also

Reference

Classification Class

Microsoft.TeamFoundation.Integration.Server Namespace