PSClientError.GetArrayItemErrors(String, Object) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets an array of PSErrorInfo objects describing each error on the specified array item in a SOAP exception for a PSI method call.
public:
cli::array <Microsoft::Office::Project::Server::Library::PSErrorInfo ^> ^ GetArrayItemErrors(System::String ^ arrayName, System::Object ^ item);
public Microsoft.Office.Project.Server.Library.PSErrorInfo[] GetArrayItemErrors(string arrayName, object item);
member this.GetArrayItemErrors : string * obj -> Microsoft.Office.Project.Server.Library.PSErrorInfo[]
Public Function GetArrayItemErrors (arrayName As String, item As Object) As PSErrorInfo()
Parameters
- arrayName
- String
Name of the array, or a null reference (Nothing in Visual Basic) if the array has no name.
- item
- Object
Item in the array to get error information about.
Returns
Array of PSErrorInfo objects.