Click or drag to resize

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)
Syntax
public static void Write(
	ref Exception pEx,
	string pFilename = ""
)

Parameters

pEx
Type: SystemException
Note: C# with ref prefix
pFilename (Optional)
Type: SystemString
Text file full path.
See Also