Udostępnij przez


Konstruktor XPathException (String)

Nie należy odwoływać się do tego elementu członkowskiego bezpośrednio w kodzie. Obsługuje on infrastrukturę programu SQL Server.

Przestrzeń nazw:  Microsoft.SqlServer.Management.Sdk.Sfc
Zestaw:  Microsoft.SqlServer.Management.Sdk.Sfc (w Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Składnia

'Deklaracja
Public Sub New ( _
    msg As String _
)
'Użycie
Dim msg As String

Dim instance As New XPathException(msg)
public XPathException(
    string msg
)
public:
XPathException(
    String^ msg
)
new : 
        msg:string -> XPathException
public function XPathException(
    msg : String
)

Parametry