ContentMigrationException Constructor (String, Exception)
Initializes a new instance of ContentMigrationException with a message and inner exception.
Namespace: Microsoft.SharePoint.Publishing.Administration
Assembly: Microsoft.SharePoint.Publishing (in Microsoft.SharePoint.Publishing.dll)
Syntax
'Declaration
Public Sub New ( _
message As String, _
innerException As Exception _
)
'Usage
Dim message As String
Dim innerException As Exception
Dim instance As New ContentMigrationException(message, _
innerException)
public ContentMigrationException(
string message,
Exception innerException
)
Parameters
- message
Type: System.String
A string representing message text.
- innerException
Type: System.Exception
See Also
Reference
ContentMigrationException Class
ContentMigrationException Members