SPFeatureUpgradeFatalErrorException constructor (String)
Initializes a new instance of the SPFeatureUpgradeFatalErrorException class with the specified error message.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Sub New ( _
message As String _
)
'Usage
Dim message As String
Dim instance As New SPFeatureUpgradeFatalErrorException(message)
public SPFeatureUpgradeFatalErrorException(
string message
)
Parameters
message
Type: System.StringAn error message.
See also
Reference
SPFeatureUpgradeFatalErrorException class
SPFeatureUpgradeFatalErrorException members