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 = ""
)
Friend Shared Sub ExceptionWrite (
ByRef pEx As Exception,
Optional pItem As Object = Nothing,
Optional pUserName As String = ""
)
Parameters
- pEx
- Type: SystemException
Exception object - pItem (Optional)
- Type: SystemObject
Data item - pUserName (Optional)
- Type: SystemString
User name
See Also