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.
Pass the exception to a handler if available or fall back to default handling.
Namespace: Microsoft.VisualStudio.TeamFoundation
Assembly: Microsoft.VisualStudio.TeamFoundation (in Microsoft.VisualStudio.TeamFoundation.dll)
Syntax
'Declaration
Protected Overridable Sub HandleException ( _
ex As Exception _
)
protected virtual void HandleException(
Exception ex
)
protected:
virtual void HandleException(
Exception^ ex
)
abstract HandleException :
ex:Exception -> unit
override HandleException :
ex:Exception -> unit
protected function HandleException(
ex : Exception
)
Parameters
- ex
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.