共用方式為


PSClientError.GetErrorArray 方法 (String, List<PSErrorInfo[]>)

取得陣列,其中包含所有的項目已設為 SOAP 例外狀況的 PSI 方法呼叫中的錯誤項目。

命名空間:  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

    名稱的陣列或null 參考 (未執行任何動作 於 Visual Basic 中)陣列有無名稱。

傳回值

類型:[]
錯誤的項目陣列。也會傳回其說明每個項目的所有錯誤PSErrorInfo陣列List<PSErrorInfo[]> 。

備註

傳回的object陣列的型別為原始的陣列項目的類型相同。

請參閱

參照

PSClientError 類別

PSClientError 成員

GetErrorArray 多載

Microsoft.Office.Project.Server.Library 命名空間