Create a list from the current error results on the server

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

Syntax

C#
public P4ClientErrorList(
	P4Server p4Server,
	uint cmdId
)
Visual Basic
Public Sub New ( _
	p4Server As P4Server, _
	cmdId As UInteger _
)
Visual C++
public:
P4ClientErrorList(
	P4Server^ p4Server, 
	unsigned int cmdId
)

Parameters

p4Server
Type: Perforce.P4..::..P4Server
Perforce Server
cmdId
Type: System..::..UInt32

See Also