UserMsg(String, String, MsgBoxStyle) Method
show message to User (default Error message) and log as warning if Critical Or Exclamation (logged errors would pop up the trace information window)
Namespace: DBaddinAssembly: DBaddin in (DBaddin.dll)
Syntax
public static void UserMsg( string LogMessage, string errTitle, MsgBoxStyle msgboxIcon )
Parameters
- LogMessage
- Type: Stringthe message to be shown/logged
- errTitle
- Type: Stringoptionally pass a title for the msgbox instead of default DBAddin Error
- msgboxIcon
- Type: MsgBoxStyleoptionally pass a different Msgbox icon (style) instead of default MsgBoxStyle.Critical