Udostępnij za pośrednictwem


Konstruktor SfcEmptyXmlException (String)

Inicjuje nowe wystąpienie SfcEmptyXmlException klasy wiadomości określony błąd.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 ( _
    message As String _
)
'Użycie
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
)

Parametry