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.
An event which is fired prior to the application reporting an error to Watson.
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Public Event OnReportError As ErrorReporterDelegate
public event ErrorReporterDelegate OnReportError
public:
event ErrorReporterDelegate^ OnReportError {
void add (ErrorReporterDelegate^ value);
void remove (ErrorReporterDelegate^ value);
}
member OnReportError : IEvent<ErrorReporterDelegate,
EventArgs>
JScript does not support events.
.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.