SPFieldUserValidationException constructor (String, Exception)
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, _
innerException As Exception _
)
'Usage
Dim message As String
Dim innerException As Exception
Dim instance As New SPFieldUserValidationException(message, _
innerException)
public SPFieldUserValidationException(
string message,
Exception innerException
)
Parameters
- message
Type: System.String
- innerException
Type: System.Exception
See also
Reference
SPFieldUserValidationException class
SPFieldUserValidationException members