Persistate API documentation
ReportError Method (simpleMessage, detailMessage)
NamespacesPersistate.UI.DesktopDesktopUserInterfaceReportError(String, String)

[This is preliminary documentation and is subject to change.]

Reports an error to the user.
Declaration Syntax
C#
public override void ReportError(
	string simpleMessage,
	string detailMessage
)
Parameters
simpleMessage (String)
The simple message to show initially.
detailMessage (String)
More detailed information to show on request.
Remarks
This report has two messages. A simple message is shown initially to the user. The user can view a more detailed message on request by clicking a button. Another button allows the user to produce a report for sending to the developer.

Assembly: Persistate.UI.Desktop (Module: Persistate.UI.Desktop) Version: 0.6.1.20 (0.6.1.20)