Construtor XPathException (String)
Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server.
Namespace: Microsoft.SqlServer.Management.Sdk.Sfc
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (em Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Sintaxe
'Declaração
Public Sub New ( _
msg As String _
)
'Uso
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
)
Parâmetros
- msg
Tipo: System.String
A String that specifies the error message.