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 = ""
)
Public Shared Sub Write (
ByRef pEx As Exception,
Optional pItem As Object = Nothing,
Optional pUserName As String = ""
)
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