PSClientError.LastError property
Gets the last error set in a SOAP exception for a PSI method call.
Namespace: Microsoft.Office.Project.Server.Library
Assembly: Microsoft.Office.Project.Server.Library (in Microsoft.Office.Project.Server.Library.dll)
Syntax
'Declaration
Public ReadOnly Property LastError As PSErrorID
Get
'Usage
Dim instance As PSClientError
Dim value As PSErrorID
value = instance.LastError
public PSErrorID LastError { get; }
Property value
Type: Microsoft.Office.Project.Server.Library.PSErrorID