共用方式為


RestartPendingException 建構函式 (SerializationInfo, StreamingContext)

Initializes a new instance of the RestartPendingException class that has the specified serialization information and streaming context.

命名空間:  Microsoft.SqlServer.Management.Dmf
組件:  Microsoft.SqlServer.Dmf (在 Microsoft.SqlServer.Dmf.dll 中)

語法

'宣告
Protected Sub New ( _
    info As SerializationInfo, _
    context As StreamingContext _
)
'用途
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
)

參數

備註

只有 Microsoft .NET Framework 2.0 版支援此命名空間、類別或成員。