SPDataSourceMigratorException Constructor (String)

Initializes a new instance of the SPDataSourceMigratorException class with the specified error message.

Namespace:  Microsoft.SharePoint.Upgrade
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

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

Dim instance As New SPDataSourceMigratorException(message)
public SPDataSourceMigratorException(
    string message
)

Parameters

  • message
    Type: System.String

    A string that contains the message.

See Also

Reference

SPDataSourceMigratorException Class

SPDataSourceMigratorException Members

SPDataSourceMigratorException Overload

Microsoft.SharePoint.Upgrade Namespace