SfcEmptyXmlException Constructor (String)
Initializes a new instance of the SfcEmptyXmlException 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 SfcEmptyXmlException(message)
public SfcEmptyXmlException(
string message
)
public:
SfcEmptyXmlException(
String^ message
)
new :
message:string -> SfcEmptyXmlException
public function SfcEmptyXmlException(
message : String
)
Parámetros
- message
Tipo: System.String
The message that describes the error.