Share via


SPUpgradeLockException constructor (String, Exception)

Initializes a new instance of the SPUpgradeLockException 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 SPUpgradeLockException(msg, rootCause)
public SPUpgradeLockException(
    string msg,
    Exception rootCause
)

Parameters

See also

Reference

SPUpgradeLockException class

SPUpgradeLockException members

SPUpgradeLockException overload

Microsoft.SharePoint.Upgrade namespace