Udostępnij przez


Konstruktor SfcObjectNotFoundException (SerializationInfo, StreamingContext)

Inicjuje nowe wystąpienie SfcObjectNotFoundException klasy z Serializowane informacje. 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.Metadata
Zestaw:  Microsoft.SqlServer.Management.Sdk.Sfc (w Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Syntax

'Deklaracja
Protected Sub New ( _
    info As SerializationInfo, _
    context As StreamingContext _
)
'Użycie
Dim info As SerializationInfo
Dim context As StreamingContext

Dim instance As New SfcObjectNotFoundException(info, context)
protected SfcObjectNotFoundException(
    SerializationInfo info,
    StreamingContext context
)
protected:
SfcObjectNotFoundException(
    SerializationInfo^ info, 
    StreamingContext context
)
new : 
        info:SerializationInfo * 
        context:StreamingContext -> SfcObjectNotFoundException
protected function SfcObjectNotFoundException(
    info : SerializationInfo, 
    context : StreamingContext
)

Parameters