ProtocolWrite Method (Exception, String) |  |
Exception message handling (write protocol)
Namespace:
SOWIDocument.Helper
Assembly:
SOWIDocument.Word (in SOWIDocument.Word.dll) Version: 22.2.10.1 (22.2.10.450)
Syntaxpublic static void Write(
ref Exception pEx,
string pFilename = ""
)
Public Shared Sub Write (
ByRef pEx As Exception,
Optional pFilename As String = ""
)
Parameters
- pEx
- Type: SystemException
Note: C# with ref prefix - pFilename (Optional)
- Type: SystemString
Text file full path.
See Also