SPUpgradeCompatibilityException Constructor (String, Exception)
Initializes a new instance of the SPUpgradeCompatibilityException class with the specified error message and root cause exception.
Namespace: Microsoft.SharePoint.Upgrade
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Sub New ( _
msg As String, _
rootCause As Exception _
)
'Usage
Dim msg As String
Dim rootCause As Exception
Dim instance As New SPUpgradeCompatibilityException(msg, rootCause)
public SPUpgradeCompatibilityException(
string msg,
Exception rootCause
)
Parameters
msg
Type: System.StringA string that contains the message.
rootCause
Type: System.ExceptionThe root cause exception.
See Also
Reference
SPUpgradeCompatibilityException Class
SPUpgradeCompatibilityException Members