Get the error message generated by the previous connection (if any) from the bridge dll.

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

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);
}

See Also