RestartPendingException Constructor (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 (in Microsoft.SqlServer.Dmf.dll)

Syntax

'Declaration
Protected Sub New ( _
    info As SerializationInfo, _
    context As StreamingContext _
)
'Usage
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
)

Parameters

Remarks

This namespace, class, or member is supported only in version 2.0 of the Microsoft .NET Framework.

Examples

Handling SMO Exceptions

See Also

Reference

RestartPendingException Class

RestartPendingException Overload

Microsoft.SqlServer.Management.Dmf Namespace