[This is preliminary documentation and is subject to change.]

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

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

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