Get the error message generated by the previous connection (if any)

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

Syntax

C#
public static P4ClientError ConnectionErrorInt { get; }
Visual Basic
Public Shared ReadOnly Property ConnectionErrorInt As P4ClientError
	Get
Visual C++
public:
static property P4ClientError^ ConnectionErrorInt {
	P4ClientError^ get ();
}

See Also