Udostępnij przez


Konstruktor SfcNonSerializableTypeException (String)

Inicjuje nowe wystąpienie SfcNonSerializableTypeException 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 SfcNonSerializableTypeException(message)
public SfcNonSerializableTypeException(
    string message
)
public:
SfcNonSerializableTypeException(
    String^ message
)
new : 
        message:string -> SfcNonSerializableTypeException
public function SfcNonSerializableTypeException(
    message : String
)

Parametry