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

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

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