Specialized Exception for canceled command

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

Syntax

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

Inheritance Hierarchy

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

See Also