Share via


SPFeatureUpgradeFatalErrorException Constructor (String, Exception)

Initializes a new instance of the SPFeatureUpgradeFatalErrorException class with the specified error message and inner exception that is the cause of the current exception.

Namespace:  Microsoft.SharePoint
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online

Syntax

'Declaration
Public Sub New ( _
    message As String, _
    innerException As Exception _
)
'Usage
Dim message As String
Dim innerException As Exception

Dim instance As New SPFeatureUpgradeFatalErrorException(message, _
    innerException)
public SPFeatureUpgradeFatalErrorException(
    string message,
    Exception innerException
)

Parameters

  • innerException
    Type: System.Exception

    An inner exception that is the cause of the current exception.

See Also

Reference

SPFeatureUpgradeFatalErrorException Class

SPFeatureUpgradeFatalErrorException Members

SPFeatureUpgradeFatalErrorException Overload

Microsoft.SharePoint Namespace