Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This member overrides IntegrationWebService.HandleException(Exception).
Namespace: Microsoft.TeamFoundation.Server
Assembly: Microsoft.TeamFoundation.Server (in Microsoft.TeamFoundation.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.Exception
Return Value
Type: System.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.