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
e
Type: System.Exceptionexception raised
Return Value
Type: System.Exception
translated exception
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.