BuildWebServiceBase.HandleException Method
This member overrides TeamFoundationWebService.HandleException(Exception).
Namespace: Microsoft.TeamFoundation.Build.Server
Assembly: Microsoft.TeamFoundation.Build.Server (in Microsoft.TeamFoundation.Build.Server.dll)
Syntax
'Declaration
Protected Overrides Function HandleException ( _
innerException As Exception _
) As Exception
protected override Exception HandleException(
Exception innerException
)
protected:
virtual Exception^ HandleException(
Exception^ innerException
) override
abstract HandleException :
innerException:Exception -> Exception
override HandleException :
innerException:Exception -> Exception
protected override function HandleException(
innerException : Exception
) : Exception
Parameters
- innerException
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.