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
- message
Type: System.String
- entities
Type: System.Collections.Generic.List<PickerEntity>
See also
Reference
SPFieldUserValidationException class
SPFieldUserValidationException members