Costruttore SfcObjectNotFoundException (SerializationInfo, StreamingContext)
Initializes a new instance of the SfcObjectNotFoundException class with serialized information. Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server.
Spazio dei nomi Microsoft.SqlServer.Management.Sdk.Sfc.Metadata
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Sintassi
'Dichiarazione
Protected Sub New ( _
info As SerializationInfo, _
context As StreamingContext _
)
'Utilizzo
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
)
Parametri
- info
Tipo: System.Runtime.Serialization.SerializationInfo
The SerializationInfo that holds the serialized object data.
- context
Tipo: System.Runtime.Serialization.StreamingContext
The StreamingContext that contains contextual information about the source.
Vedere anche
Riferimento
SfcObjectNotFoundException Classe
Overload SfcObjectNotFoundException
Spazio dei nomi Microsoft.SqlServer.Management.Sdk.Sfc.Metadata