RestartPendingException Constructor (SerializationInfo, StreamingContext)
Initializes a new instance of the RestartPendingException class that has the specified serialization information and streaming context.
Espacio de nombres: Microsoft.SqlServer.Management.Dmf
Ensamblado: Microsoft.SqlServer.Dmf (en Microsoft.SqlServer.Dmf.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 RestartPendingException(info, context)
protected RestartPendingException(
SerializationInfo info,
StreamingContext context
)
protected:
RestartPendingException(
SerializationInfo^ info,
StreamingContext context
)
new :
info:SerializationInfo *
context:StreamingContext -> RestartPendingException
protected function RestartPendingException(
info : SerializationInfo,
context : StreamingContext
)
Parámetros
- info
Tipo: System.Runtime.Serialization.SerializationInfo
A SerializationInfo value that specifies the serialization information that is associated with the exception.
- context
Tipo: System.Runtime.Serialization.StreamingContext
A StreamingContext value that specifies the streaming context that is associated with the exception.
Comentarios
Este espacio de nombres, clase o miembro solamente se admite en la versión 2.0 de Microsoft .NET Framework.