Share via


SPFieldUserValidationException constructor (String, List<PickerEntity>)

Initializes a new instance of the SPFieldUserValidationException class based on the specified message and exception.

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

Syntax

'Declaration
Public Sub New ( _
    message As String, _
    entities As List(Of PickerEntity) _
)
'Usage
Dim message As String
Dim entities As List(Of PickerEntity)

Dim instance As New SPFieldUserValidationException(message, _
    entities)
public SPFieldUserValidationException(
    string message,
    List<PickerEntity> entities
)

Parameters

See also

Reference

SPFieldUserValidationException class

SPFieldUserValidationException members

SPFieldUserValidationException overload

Microsoft.SharePoint namespace