Persistate API documentation
ReportError Method (simpleMessage, detailMessage)
NamespacesPersistateUserInterfaceReportError(String, String)

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

Reports an error to the user.
Declaration Syntax
C#
public abstract 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, using a button or other means. A means of producing a report for sending to the developer may also be included.

Assembly: Persistate (Module: Persistate) Version: 0.6.1.20 (0.6.1.20)