| IUserInterfaceShowWarning 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 void ShowWarning(
string topic,
string message,
string detailedMessage = null,
Exception exception = null
)
Sub ShowWarning (
topic As String,
message As String,
Optional detailedMessage As String = Nothing,
Optional exception As Exception = Nothing
)
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.
See Also