Конструктор SfcObjectNotFoundException (SerializationInfo, StreamingContext)
Initializes a new instance of the SfcObjectNotFoundException class with serialized information. Не ссылайтесь на этот элемент непосредственно из кода. Он поддерживает работу инфраструктуры SQL Server.
Пространство имен: Microsoft.SqlServer.Management.Sdk.Sfc.Metadata
Сборка: Microsoft.SqlServer.Management.Sdk.Sfc (в Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Синтаксис
'Декларация
Protected Sub New ( _
info As SerializationInfo, _
context As StreamingContext _
)
'Применение
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
)
Параметры
- info
Тип: System.Runtime.Serialization.SerializationInfo
The SerializationInfo that holds the serialized object data.
- context
Тип: System.Runtime.Serialization.StreamingContext
The StreamingContext that contains contextual information about the source.
См. также
Справочник
SfcObjectNotFoundException Класс
Перегрузка SfcObjectNotFoundException
Пространство имен Microsoft.SqlServer.Management.Sdk.Sfc.Metadata