Click or drag to resize

EventArgException Constructor

Constructor with parameter

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

Parameters

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