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 TeamFoundationWebService.HandleException(Exception).
Namespace:  Microsoft.TeamFoundation.Integration.Server
Assembly:  Microsoft.TeamFoundation.Server.Core (in Microsoft.TeamFoundation.Server.Core.dll)
Syntax
'Declaration
Protected Overrides Function HandleException ( _
    exception As Exception _
) As Exception
protected override Exception HandleException(
    Exception exception
)
protected:
virtual Exception^ HandleException(
    Exception^ exception
) override
abstract HandleException : 
        exception:Exception -> Exception  
override HandleException : 
        exception:Exception -> Exception
protected override function HandleException(
    exception : Exception
) : Exception
Parameters
- exception
 Type: System.Exception
Return Value
Type: System.Exception
Returns 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.