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.StringA string that contains the message.
See also
Reference
SPDataSourceMigratorException class
SPDataSourceMigratorException members