Specialized Exception for Hung command

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

Syntax

C#
public class P4HungCommandCancelException : P4Exception
Visual Basic
Public Class P4HungCommandCancelException _
	Inherits P4Exception
Visual C++
public ref class P4HungCommandCancelException : public P4Exception

Inheritance Hierarchy

System..::..Object
  System..::..Exception
    Perforce.P4..::..P4Exception
      Perforce.P4..::..P4HungCommandCancelException

See Also