Dela via


ItemHasNoChangeUnitsException Constructor (String)

Initializes a new instance of the ItemHasNoChangeUnitsException 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 ItemHasNoChangeUnitsException(message)
public ItemHasNoChangeUnitsException(
    string message
)
public:
ItemHasNoChangeUnitsException(
    String^ message
)
new : 
        message:string -> ItemHasNoChangeUnitsException
public function ItemHasNoChangeUnitsException(
    message : String
)

Parameters

See Also

Reference

ItemHasNoChangeUnitsException Class

ItemHasNoChangeUnitsException Overload

Microsoft.Synchronization Namespace