PSClientError Constructor (String)
Creates an instance of the PSClientError class.
Namespace: Microsoft.Office.Project.Server.Library
Assembly: Microsoft.Office.Project.Server.Library (in Microsoft.Office.Project.Server.Library.dll)
Syntax
'Declaration
Public Sub New ( _
xmlString As String _
)
'Usage
Dim xmlString As String
Dim instance As New PSClientError(xmlString)
public PSClientError(
string xmlString
)
Parameters
- xmlString
Type: System.String
A string that contains error information in XML format.