Udostępnij za pośrednictwem


Konstruktor SfcSecurityException (String)

Inicjuje nowe wystąpienie SfcSecurityException 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)

Syntax

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

Dim instance As New SfcSecurityException(message)
public SfcSecurityException(
    string message
)
public:
SfcSecurityException(
    String^ message
)
new : 
        message:string -> SfcSecurityException
public function SfcSecurityException(
    message : String
)

Parameters