Click or drag to resize

P4LostConnectionException Class

Specialized Exception for lost connection
Inheritance Hierarchy
SystemObject
  SystemException
    Perforce.P4P4Exception
      Perforce.P4P4LostConnectionException

Namespace:  Perforce.P4
Assembly:  p4api.net (in p4api.net.dll) Version: 2023.2.258.5793
Syntax
public class P4LostConnectionException : P4Exception

The P4LostConnectionException type exposes the following members.

Constructors
  NameDescription
Public methodP4LostConnectionException
Construct a P4LostConnectionException
Top
Properties
  NameDescription
Public propertyCmdLine
Error message
(Inherited from P4Exception.)
Public propertyData (Inherited from Exception.)
Public propertyDetails
Error message
(Inherited from P4Exception.)
Public propertyErrorCode
Error number from the C++ API
(Inherited from P4Exception.)
Public propertyErrorLevel
Severity of the error
(Inherited from P4Exception.)
Public propertyHelpLink (Inherited from Exception.)
Protected propertyHResult (Inherited from Exception.)
Public propertyInnerException (Inherited from Exception.)
Public propertyMessage
Error message
(Inherited from P4Exception.)
Public propertyNextError
If more than one error was returned by a command, the next error in the list.
(Inherited from P4Exception.)
Public propertySource (Inherited from Exception.)
Public propertyStackTrace (Inherited from Exception.)
Public propertyTargetSite (Inherited from Exception.)
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetBaseException (Inherited from Exception.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetObjectData (Inherited from Exception.)
Public methodGetType (Inherited from Exception.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Exception.)
Top
Events
  NameDescription
Protected eventSerializeObjectState (Inherited from Exception.)
Top
See Also