P4Exception Constructor (P4ClientErrorList)
|
Create a list of new P4Exceptions
Namespace:
Perforce.P4
Assembly:
p4api.net (in p4api.net.dll) Version: 2025.2.287.2434
Syntaxpublic P4Exception(
P4ClientErrorList errors
)
Public Sub New (
errors As P4ClientErrorList
)
public:
P4Exception(
P4ClientErrorList^ errors
)
new :
errors : P4ClientErrorList -> P4ExceptionParameters
- errors
- Type: Perforce.P4P4ClientErrorList
The list of errors which caused the exception
See Also