PSClientError.GetErrorArray 方法 (String, List<PSErrorInfo[]>)
获取一个数组,该数组包含所有设置一样在 PSI 方法调用的 SOAP 异常中的残次物料的物料。
命名空间: Microsoft.Office.Project.Server.Library
程序集: Microsoft.Office.Project.Server.Library(位于 Microsoft.Office.Project.Server.Library.dll 中)
语法
声明
Public Function GetErrorArray ( _
arrayName As String, _
<OutAttribute> ByRef errorInfoList As List(Of PSErrorInfo()) _
) As Object()
用法
Dim instance As PSClientError
Dim arrayName As String
Dim errorInfoList As List(Of PSErrorInfo())
Dim returnValue As Object()
returnValue = instance.GetErrorArray(arrayName, _
errorInfoList)
public Object[] GetErrorArray(
string arrayName,
out List<PSErrorInfo[]> errorInfoList
)
参数
arrayName
类型:System.String数组或空引用(无 在 Visual Basic 中)如果数组没有名称的名称。
errorInfoList
类型:System.Collections.Generic.List<[]>返回的PSErrorInfo对象的List<PSErrorInfo[]> 。
返回值
类型:[]
错误的项的数组。另外,返回List<PSErrorInfo[]>的PSErrorInfo数组,其中介绍了每个项目的所有错误。
备注
返回的object数组的类型是相同的原始数组项的类型。