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

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

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