Click or drag to resize

ConsoleUserInterfaceShowWarning Method

Displays a warning message to the user.

Namespace:  Mastersign.Bench
Assembly:  BenchLib (in BenchLib.dll) Version: 0.22.0.0 (0.22.0.0)
Syntax
public void ShowWarning(
	string topic,
	string message,
	string detailedMessage = null,
	Exception exception = null
)

Parameters

topic
Type: SystemString
The topic of the message.
message
Type: SystemString
The message.
detailedMessage (Optional)
Type: SystemString
Additional information.
exception (Optional)
Type: SystemException
An Exception object, causing the warning.

Implements

IUserInterfaceShowWarning(String, String, String, Exception)
See Also