Share via


SoapServerException constructor (String, XmlQualifiedName)

Initializes a new instance of the SoapServerException class based on the specified message and fault code.

Namespace:  Microsoft.SharePoint.SoapServer
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Protected Sub New ( _
    message As String, _
    code As XmlQualifiedName _
)
'Usage
Dim message As String
Dim code As XmlQualifiedName

Dim instance As New SoapServerException(message, _
    code)
protected SoapServerException(
    string message,
    XmlQualifiedName code
)

Parameters

See also

Reference

SoapServerException class

SoapServerException members

SoapServerException overload

Microsoft.SharePoint.SoapServer namespace