Поделиться через


Конструктор RegisteredServerException (SerializationInfo, StreamingContext)

Initializes a new instance of the RegisteredServerException class with the specified message and specified inner exception.

Пространство имен:  Microsoft.SqlServer.Management.Smo.RegSvrEnum
Сборка:  Microsoft.SqlServer.RegSvrEnum (в Microsoft.SqlServer.RegSvrEnum.dll)

Синтаксис

'Декларация
Protected Sub New ( _
    info As SerializationInfo, _
    context As StreamingContext _
)
'Применение
Dim info As SerializationInfo
Dim context As StreamingContext

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

Параметры