Construtor RestartPendingException (SerializationInfo, StreamingContext)
Initializes a new instance of the RestartPendingException class that has the specified serialization information and streaming context.
Namespace: Microsoft.SqlServer.Management.Dmf
Assembly: Microsoft.SqlServer.Dmf (em Microsoft.SqlServer.Dmf.dll)
Sintaxe
'Declaração
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.
Comentários
Só há suporte para esse namespace, classe ou membro na versão 2.0 do Microsoft .NET Framework.
Exemplos
Consulte também
Referência
RestartPendingException Classe