Classification.HandleException Method
Wraps exceptions raised by the internals of the web service to the outside world unifies group security and authorization service exception to a common exception.
Namespace: Microsoft.TeamFoundation.Integration.Server
Assembly: Microsoft.TeamFoundation.Server.Core (in Microsoft.TeamFoundation.Server.Core.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.ExceptionThe exception that was raised.
Return Value
Type: System.Exception
The 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.