Click or drag to resize

ProtocolWrite Method (Exception, Object, String)

Exception message handling (write protocol)

Namespace:  SIC
Assembly:  SIC (in SIC.dll) Version: 19.1.23.1 (19.1.23.622)
Syntax
public static void Write(
	ref Exception pEx,
	Object pItem = null,
	string pUserName = ""
)

Parameters

pEx
Type: SystemException
Note: C# with ref prefix
pItem (Optional)
Type: SystemObject
must be based on SOWI Data IDataStandard.
pUserName (Optional)
Type: SystemString
User name use Protocol
See Also