Delen 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
)
public ItemHasNoChangeUnitsException (
    String message
)
public function ItemHasNoChangeUnitsException (
    message : String
)

Parameters

  • message
    The message that states the error.

See Also

Reference

ItemHasNoChangeUnitsException Class
ItemHasNoChangeUnitsException Members
Microsoft.Synchronization Namespace