Share via


SPInvalidLookupValuesException Constructor (String, Exception)

Initializes a new instance of the SPInvalidLookupValuesException class with a specified error message and an inner exception that is the cause of this 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 SPInvalidLookupValuesException(message, _
    innerException)
public SPInvalidLookupValuesException(
    string message,
    Exception innerException
)

Parameters

  • message
    Type: System.String

    A message that describes the error.

  • innerException
    Type: System.Exception

    The exception that is the cause of the current exception.

See Also

Reference

SPInvalidLookupValuesException Class

SPInvalidLookupValuesException Members

SPInvalidLookupValuesException Overload

Microsoft.SharePoint Namespace