Konstruktor SfcSecurityException (String, Exception)
Inicjuje nowe wystąpienie SfcSecurityException klasy określony komunikat i odwołanie do wyjątek wewnętrzny, który jest przyczyną tego wyjątku. 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, _
innerException As Exception _
)
'Użycie
Dim message As String
Dim innerException As Exception
Dim instance As New SfcSecurityException(message, _
innerException)
public SfcSecurityException(
string message,
Exception innerException
)
public:
SfcSecurityException(
String^ message,
Exception^ innerException
)
new :
message:string *
innerException:Exception -> SfcSecurityException
public function SfcSecurityException(
message : String,
innerException : Exception
)
Parameters
- message
Typ: System. . :: . .String
Komunikat, który opisuje błąd.
- innerException
Typ: System. . :: . .Exception
Wyjątek, który jest przyczyną bieżącego wyjątek.