Initializes a new instance of the P4HungCommandCancelException class

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

Syntax

C#
public P4HungCommandCancelException(
	string nMessage
)
Visual Basic
Public Sub New ( _
	nMessage As String _
)
Visual C++
public:
P4HungCommandCancelException(
	String^ nMessage
)

Parameters

nMessage
Type: System..::..String

See Also