Share via


ItemListFilteredFullEnumerationNotSupportedException Constructor (String)

Initializes a new instance of the ItemListFilteredFullEnumerationNotSupportedException class that contains a specified error message.

Namespace:  Microsoft.Synchronization
Assembly:  Microsoft.Synchronization (in Microsoft.Synchronization.dll)

Syntax

'Declaration
Public Sub New ( _
    message As String _
)
'Usage
Dim message As String

Dim instance As New ItemListFilteredFullEnumerationNotSupportedException(message)
public ItemListFilteredFullEnumerationNotSupportedException(
    string message
)
public:
ItemListFilteredFullEnumerationNotSupportedException(
    String^ message
)
new : 
        message:string -> ItemListFilteredFullEnumerationNotSupportedException
public function ItemListFilteredFullEnumerationNotSupportedException(
    message : String
)

Parameters

See Also

Reference

ItemListFilteredFullEnumerationNotSupportedException Class

ItemListFilteredFullEnumerationNotSupportedException Overload

Microsoft.Synchronization Namespace