SfcUnregisteredXmlTypeException Constructor (String)
Initializes a new instance of the SfcUnregisteredXmlTypeException class with the specified error message. No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server.
Espacio de nombres: Microsoft.SqlServer.Management.Sdk.Sfc
Ensamblado: Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Sintaxis
'Declaración
Public Sub New ( _
message As String _
)
'Uso
Dim message As String
Dim instance As New SfcUnregisteredXmlTypeException(message)
public SfcUnregisteredXmlTypeException(
string message
)
public:
SfcUnregisteredXmlTypeException(
String^ message
)
new :
message:string -> SfcUnregisteredXmlTypeException
public function SfcUnregisteredXmlTypeException(
message : String
)
Parámetros
- message
Tipo: System. . :: . .String
The message that describes the error.