Click or drag to resize

ExceptionExceptionWrite Method

This invokes event OnExceptionWrite

Namespace:  SIC.Draw.Helper
Assembly:  SIC.Draw (in SIC.Draw.dll) Version: 19.1.21.1 (19.1.21.658)
Syntax
internal static void ExceptionWrite(
	ref Exception pEx,
	Object pItem = null,
	string pUserName = ""
)

Parameters

pEx
Type: SystemException
Exception object
pItem (Optional)
Type: SystemObject
Data item
pUserName (Optional)
Type: SystemString
User name
See Also