Specialized Exception for command time out

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

Syntax

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

Inheritance Hierarchy

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

See Also