PSClientError.GetAllGeneralErrors method

Gets an array of PSErrorInfo objects describing all current general errors of all classes.

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

Syntax

'Declaration
Public Function GetAllGeneralErrors As PSErrorInfo()
'Usage
Dim instance As PSClientError
Dim returnValue As PSErrorInfo()

returnValue = instance.GetAllGeneralErrors()
public PSErrorInfo[] GetAllGeneralErrors()

Return value

Type: []

See also

Reference

PSClientError class

PSClientError members

Microsoft.Office.Project.Server.Library namespace