Click or drag to resize

LogFileLogException Method

Log an Exception

Namespace:  Perforce.P4
Assembly:  p4api.net (in p4api.net.dll) Version: 2023.2.255.3501
Syntax
public static void LogException(
	string category,
	Exception ex
)

Parameters

category
Type: SystemString
Category of the exception
ex
Type: SystemException
The Exception to log
See Also