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: []