Freigeben über


EnumeratorException-Konstruktor (SerializationInfo, StreamingContext)

Initializes a new instance of the EnumeratorException class. Verweisen Sie nicht direkt im Code auf dieses Element. Unterstützt die SQL Server-Infrastruktur..

Namespace:  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly:  Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.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 EnumeratorException(info, context)
protected EnumeratorException(
    SerializationInfo info,
    StreamingContext context
)
protected:
EnumeratorException(
    SerializationInfo^ info, 
    StreamingContext context
)
new : 
        info:SerializationInfo * 
        context:StreamingContext -> EnumeratorException
protected function EnumeratorException(
    info : SerializationInfo, 
    context : StreamingContext
)