Compartir a través de


RegisteredServerException Constructor (SerializationInfo, StreamingContext)

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

Espacio de nombres:  Microsoft.SqlServer.Management.Smo.RegSvrEnum
Ensamblado:  Microsoft.SqlServer.RegSvrEnum (en Microsoft.SqlServer.RegSvrEnum.dll)

Sintaxis

'Declaración
Protected Sub New ( _
    info As SerializationInfo, _
    context As StreamingContext _
)
'Uso
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
)

Parámetros

Vea también

Referencia

RegisteredServerException Clase

Sobrecarga de RegisteredServerException

Espacio de nombres Microsoft.SqlServer.Management.Smo.RegSvrEnum