Click or drag to resize
ISplashViewReportProblem Method
Blocking method that displays details of a problem to the user.

Namespace: VirtualRadar.Interface.View
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
void ReportProblem(
	string message,
	string title,
	bool quitApplication
)

Parameters

message
Type: SystemString
title
Type: SystemString
quitApplication
Type: SystemBoolean
See Also