ISplashViewReportProblem Method |
Blocking method that displays details of a problem to the user.
Namespace: VirtualRadar.Interface.ViewAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax void ReportProblem(
string message,
string title,
bool quitApplication
)
Sub ReportProblem (
message As String,
title As String,
quitApplication As Boolean
)
void ReportProblem(
String^ message,
String^ title,
bool quitApplication
)
abstract ReportProblem :
message : string *
title : string *
quitApplication : bool -> unit
Parameters
- message
- Type: SystemString
- title
- Type: SystemString
- quitApplication
- Type: SystemBoolean
See Also