Click or drag to resize

MessageShow Method (Exception, Object, String)

Show exception information to display

Namespace:  SOWIWin.Helper
Assembly:  SOWIWin.Helper (in SOWIWin.Helper.dll) Version: 19.1.23.1 (19.1.23.622)
Syntax
public static void Show(
	ref Exception pException,
	Object pItem = null,
	string pDescription = ""
)

Parameters

pException
Type: SystemException

[Missing <param name="pException"/> documentation for "M:SOWIWin.Helper.Message.Show(System.Exception@,System.Object,System.String)"]

pItem (Optional)
Type: SystemObject

[Missing <param name="pItem"/> documentation for "M:SOWIWin.Helper.Message.Show(System.Exception@,System.Object,System.String)"]

pDescription (Optional)
Type: SystemString

[Missing <param name="pDescription"/> documentation for "M:SOWIWin.Helper.Message.Show(System.Exception@,System.Object,System.String)"]

See Also