PSClientError Constructor (SoapException)
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 ( _
e As SoapException _
)
'Usage
Dim e As SoapException
Dim instance As New PSClientError(e)
public PSClientError(
SoapException e
)
Parameters
- e
Type: System.Web.Services.Protocols.SoapException
A Soap exception.