Share via


SPInvalidLookupValuesException constructor (String)

Initializes a new instance of the SPInvalidLookupValuesException class with a 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 SPInvalidLookupValuesException(message)
public SPInvalidLookupValuesException(
    string message
)

Parameters

  • message
    Type: System.String

    A message that describes the error.

See also

Reference

SPInvalidLookupValuesException class

SPInvalidLookupValuesException members

SPInvalidLookupValuesException overload

Microsoft.SharePoint namespace