Share via


PSClientError.GetRowErrors Method

Gets an array of PSErrorInfo objects which contain all the error information about errors on the specified DataRow.

Namespace:  Microsoft.Office.Project.Server.Library
Assembly:  Microsoft.Office.Project.Server.Library (in Microsoft.Office.Project.Server.Library.dll)

Syntax

'Declaration
Public Function GetRowErrors ( _
    dr As DataRow _
) As PSErrorInfo()
'Usage
Dim instance As PSClientError
Dim dr As DataRow
Dim returnValue As PSErrorInfo()

returnValue = instance.GetRowErrors(dr)
public PSErrorInfo[] GetRowErrors(
    DataRow dr
)

Parameters

Return Value

Type: []

See Also

Reference

PSClientError Class

PSClientError Members

Microsoft.Office.Project.Server.Library Namespace