Partilhar 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