TeamFoundationPage.HandleException Method

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

Syntax

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

Parameters

Return Value

Type: System.Exception

.NET Framework Security

See Also

Reference

TeamFoundationPage Class

Microsoft.TeamFoundation.Framework.Server.Alm Namespace