TeamFoundationPage.HandleException Method
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Декларация
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
- exception
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.