Share via


SyncRuntimeInternalErrorException Constructor (String)

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

Parameters

See Also

Reference

SyncRuntimeInternalErrorException Class

SyncRuntimeInternalErrorException Overload

Microsoft.Synchronization Namespace