P4ExceptionErrorCode Property
|
Error number from the C++ API
Namespace:
Perforce.P4
Assembly:
p4api.net (in p4api.net.dll) Version: 2024.2.269.3570
Syntaxpublic int ErrorCode { get; }
Public ReadOnly Property ErrorCode As Integer
Get
public:
property int ErrorCode {
int get ();
}
member ErrorCode : int with get
Property Value
Type:
Int32
See Also