Compartilhar via


SPFeatureUpgradeInformativeWarningException constructor (String, Exception)

Inicializa uma nova instância da classe SPFeatureUpgradeInformativeWarningException com a mensagem de erro especificada e a exceção interna que é a causa da exceção atual.

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

Syntax

'Declaração
Public Sub New ( _
    message As String, _
    innerException As Exception _
)
'Uso
Dim message As String
Dim innerException As Exception

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

Parâmetros

  • innerException
    Type: System.Exception

    Exceção interna é a causa da exceção atual.

Ver também

Referência

SPFeatureUpgradeInformativeWarningException class

SPFeatureUpgradeInformativeWarningException members

SPFeatureUpgradeInformativeWarningException overload

Microsoft.SharePoint namespace