Namespace: Perforce.P4
Assembly: p4api.net (in p4api.net.dll) Version: 2015.1.103.4687 (2015.1.103.4687)

Syntax

C#
public static void LogException(
	string category,
	Exception ex
)
Visual Basic
Public Shared Sub LogException ( _
	category As String, _
	ex As Exception _
)
Visual C++
public:
static void LogException(
	String^ category, 
	Exception^ ex
)

Parameters

category
Type: System..::..String
ex
Type: System..::..Exception

See Also