Share via


ItemListFilteredFullEnumerationNotSupportedException Constructor (SerializationInfo, StreamingContext)

Initializes a new instance of the ItemListFilteredFullEnumerationNotSupportedException class by using serialized data.

Namespace:  Microsoft.Synchronization
Assembly:  Microsoft.Synchronization (in Microsoft.Synchronization.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 ItemListFilteredFullEnumerationNotSupportedException(info, context)
protected ItemListFilteredFullEnumerationNotSupportedException(
    SerializationInfo info,
    StreamingContext context
)
protected:
ItemListFilteredFullEnumerationNotSupportedException(
    SerializationInfo^ info, 
    StreamingContext context
)
new : 
        info:SerializationInfo * 
        context:StreamingContext -> ItemListFilteredFullEnumerationNotSupportedException
protected function ItemListFilteredFullEnumerationNotSupportedException(
    info : SerializationInfo, 
    context : StreamingContext
)

Parameters

See Also

Reference

ItemListFilteredFullEnumerationNotSupportedException Class

ItemListFilteredFullEnumerationNotSupportedException Overload

Microsoft.Synchronization Namespace