P4ClientErrorList Class |
Namespace: Perforce.P4
The P4ClientErrorList type exposes the following members.
Name | Description | |
---|---|---|
![]() | P4ClientErrorList(P4Server, IntPtr) |
Read the error list from the server
|
![]() | P4ClientErrorList(P4Server, UInt32) |
Create a list from the current error results on the server
|
Name | Description | |
---|---|---|
![]() | Capacity | (Inherited from ListP4ClientError.) |
![]() | Count | (Inherited from ListP4ClientError.) |
![]() | Item | (Inherited from ListP4ClientError.) |
Name | Description | |
---|---|---|
![]() | Add | (Inherited from ListP4ClientError.) |
![]() | AddRange | (Inherited from ListP4ClientError.) |
![]() | AsReadOnly | (Inherited from ListP4ClientError.) |
![]() | BinarySearch(T) | (Inherited from ListP4ClientError.) |
![]() | BinarySearch(T, IComparerT) | (Inherited from ListP4ClientError.) |
![]() | BinarySearch(Int32, Int32, T, IComparerT) | (Inherited from ListP4ClientError.) |
![]() | Clear | (Inherited from ListP4ClientError.) |
![]() | Contains | (Inherited from ListP4ClientError.) |
![]() | ConvertAllTOutput | (Inherited from ListP4ClientError.) |
![]() | CopyTo(T) | (Inherited from ListP4ClientError.) |
![]() | CopyTo(T, Int32) | (Inherited from ListP4ClientError.) |
![]() | CopyTo(Int32, T, Int32, Int32) | (Inherited from ListP4ClientError.) |
![]() | Equals | (Inherited from Object.) |
![]() | Exists | (Inherited from ListP4ClientError.) |
![]() | Finalize | (Inherited from Object.) |
![]() | Find | (Inherited from ListP4ClientError.) |
![]() | FindAll | (Inherited from ListP4ClientError.) |
![]() | FindIndex(PredicateT) | (Inherited from ListP4ClientError.) |
![]() | FindIndex(Int32, PredicateT) | (Inherited from ListP4ClientError.) |
![]() | FindIndex(Int32, Int32, PredicateT) | (Inherited from ListP4ClientError.) |
![]() | FindLast | (Inherited from ListP4ClientError.) |
![]() | FindLastIndex(PredicateT) | (Inherited from ListP4ClientError.) |
![]() | FindLastIndex(Int32, PredicateT) | (Inherited from ListP4ClientError.) |
![]() | FindLastIndex(Int32, Int32, PredicateT) | (Inherited from ListP4ClientError.) |
![]() | ForEach | (Inherited from ListP4ClientError.) |
![]() | GetEnumerator | (Inherited from ListP4ClientError.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetRange | (Inherited from ListP4ClientError.) |
![]() | GetType | (Inherited from Object.) |
![]() | IndexOf(T) | (Inherited from ListP4ClientError.) |
![]() | IndexOf(T, Int32) | (Inherited from ListP4ClientError.) |
![]() | IndexOf(T, Int32, Int32) | (Inherited from ListP4ClientError.) |
![]() | Insert | (Inherited from ListP4ClientError.) |
![]() | InsertRange | (Inherited from ListP4ClientError.) |
![]() | LastIndexOf(T) | (Inherited from ListP4ClientError.) |
![]() | LastIndexOf(T, Int32) | (Inherited from ListP4ClientError.) |
![]() | LastIndexOf(T, Int32, Int32) | (Inherited from ListP4ClientError.) |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | Remove | (Inherited from ListP4ClientError.) |
![]() | RemoveAll | (Inherited from ListP4ClientError.) |
![]() | RemoveAt | (Inherited from ListP4ClientError.) |
![]() | RemoveRange | (Inherited from ListP4ClientError.) |
![]() | Reverse | (Inherited from ListP4ClientError.) |
![]() | Reverse(Int32, Int32) | (Inherited from ListP4ClientError.) |
![]() | Sort | (Inherited from ListP4ClientError.) |
![]() | Sort(ComparisonT) | (Inherited from ListP4ClientError.) |
![]() | Sort(IComparerT) | (Inherited from ListP4ClientError.) |
![]() | Sort(Int32, Int32, IComparerT) | (Inherited from ListP4ClientError.) |
![]() | ToArray | (Inherited from ListP4ClientError.) |
![]() | ToString | (Inherited from Object.) |
![]() | TrimExcess | (Inherited from ListP4ClientError.) |
![]() | TrueForAll | (Inherited from ListP4ClientError.) |
Name | Description | |
---|---|---|
![]() ![]() | (P4ClientErrorList to String) |
Cast the errors to a String. Each error is separated by NewLine
|
![]() ![]() | (P4ClientErrorList to String) |
Cast the errors to a String[]
|