Initializes a new instance of the P4CommandCanceledException class

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

Syntax

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

Parameters

nMessage
Type: System..::..String

See Also