This documentation is archived and is not being maintained.

ErrorReporterDelegate Delegate

Visual Studio 2013

A delegate used for subscribers of OnReportError event.

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

public delegate Nullable<bool> ErrorReporterDelegate(
	Exception^ exception
)

Parameters

exception
Type: System::Exception

Return Value

Type: System::Nullable<Boolean>
Show: