P4HungCommandCancelException Constructor
|
Construct a P4HungCommandCanceled Exception
Namespace:
Perforce.P4
Assembly:
p4api.net (in p4api.net.dll) Version: 2024.2.269.3570
Syntaxpublic P4HungCommandCancelException(
string nMessage
)
Public Sub New (
nMessage As String
)
public:
P4HungCommandCancelException(
String^ nMessage
)
new :
nMessage : string -> P4HungCommandCancelException
Parameters
- nMessage
- Type: SystemString
exception message
See Also