P4ExceptionNextError Property
|
If more than one error was returned by a command, the next
error in the list.
Namespace:
Perforce.P4
Assembly:
p4api.net (in p4api.net.dll) Version: 2024.2.269.3570
Syntaxpublic P4Exception NextError { get; }
Public ReadOnly Property NextError As P4Exception
Get
public:
property P4Exception^ NextError {
P4Exception^ get ();
}
member NextError : P4Exception with get
Property Value
Type:
P4Exception
See Also