Share via


SPUpgradeException constructor (String)

Initializes a new instance of the SPUpgradeException class with the specified error message.

Namespace:  Microsoft.SharePoint.Upgrade
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public Sub New ( _
    msg As String _
)
'Usage
Dim msg As String

Dim instance As New SPUpgradeException(msg)
public SPUpgradeException(
    string msg
)

Parameters

See also

Reference

SPUpgradeException class

SPUpgradeException members

SPUpgradeException overload

Microsoft.SharePoint.Upgrade namespace