TeamFoundationApplication::OnFormatError Event

An event that is fired before the application, returning an error response.

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

public:
 event ErrorFormatterDelegate^ OnFormatError {
	void add (ErrorFormatterDelegate^ value);
	void remove (ErrorFormatterDelegate^ value);
}

Show: