Get the error message generated by the previous connection (if any)
from the bridge dll.
Namespace: Perforce.P4Assembly: p4api.net (in p4api.net.dll) Version: 2015.1.103.4687 (2015.1.103.4687)
Syntax
| C# |
|---|
public P4ClientError ConnectionError { get; private set; } |
| Visual Basic |
|---|
Public Property ConnectionError As P4ClientError Get Private Set |
| Visual C++ |
|---|
public: property P4ClientError^ ConnectionError { P4ClientError^ get (); private: void set (P4ClientError^ value); } |