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