SPFieldValueException Members
Include Protected Members
Include Inherited Members
Represents an exception thrown when an error is detected in the value of a field in a list.
The SPFieldValueException type exposes the following members.
Constructors
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
Properties
Name | Description | |
---|---|---|
Data | (Inherited from Exception.) | |
ErrorCode | Gets an integer that identifies the exception. (Inherited from SPException.) | |
FieldInternalName | Internal name of the field involved in the exception. | |
HelpLink | (Inherited from Exception.) | |
HResult | (Inherited from Exception.) | |
InnerException | (Inherited from Exception.) | |
ItemId | Exception item identifier. | |
Message | (Inherited from Exception.) | |
NativeErrorMessage | Gets the native code error message that is associated with this SPException object. (Inherited from SPException.) | |
NativeStackTrace | Gets the native code stack trace associated with this SPException object. (Inherited from SPException.) | |
Source | (Inherited from Exception.) | |
StackTrace | (Inherited from Exception.) | |
TargetSite | (Inherited from Exception.) |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetBaseException | (Inherited from Exception.) | |
GetHashCode | (Inherited from Object.) | |
GetObjectData | Adds information about the exception to the specified serialization information. (Overrides SPException.GetObjectData(SerializationInfo, StreamingContext).) | |
GetType | (Inherited from Exception.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Exception.) |
Top