SPFieldValueException Constructor
Include Protected Members
Include Inherited Members
Initializes a new instance of the SPFieldValueException class.
Overload List
Name | Description | |
---|---|---|
SPFieldValueException(SPListItem, SPField) | Initializes a new instance of the SPFieldValueException class with the specified list item and field. | |
SPFieldValueException(SPListItem, SPField, String) | Initializes a new instance of the SPFieldValueException class with the specified list item, field, and message. | |
SPFieldValueException(SPListItem, SPField, String, Exception) | Initializes a new instance of the SPFieldValueException class with the specified list item, field, message, and exception. |
Top