SPInvalidLookupValuesException constructor (String, Exception)
Inicializa uma nova instância da classe SPInvalidLookupValuesException com uma mensagem de erro especificada e uma exceção interna que é a causa dessa exceção.
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 SPInvalidLookupValuesException(message, _
innerException)
public SPInvalidLookupValuesException(
string message,
Exception innerException
)
Parâmetros
message
Type: System.StringUma mensagem que descreve o erro.
innerException
Type: System.ExceptionA exceção que é a causa da exceção atual.
Ver também
Referência
SPInvalidLookupValuesException class
SPInvalidLookupValuesException members