Share via


SyncAbortedException Constructor (String)

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

Parameters

See Also

Reference

SyncAbortedException Class

SyncAbortedException Overload

Microsoft.Synchronization Namespace