SPFieldUserValidationException members
The SPFieldUserValidationException type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() |
SPFieldUserValidationException() | Initializes a new instance of the SPFieldUserValidationException class. |
![]() |
SPFieldUserValidationException(String) | Initializes a new instance of the SPFieldValidationException class based on the specified message. |
![]() |
SPFieldUserValidationException(SerializationInfo, StreamingContext) | Initializes a new instance of the SPFieldUserValidationException class based on the specified information about serialization and streaming context. |
![]() |
SPFieldUserValidationException(String, List<PickerEntity>) | Initializes a new instance of the SPFieldUserValidationException class based on the specified message and exception. |
![]() |
SPFieldUserValidationException(String, Exception) | Initializes a new instance of the SPFieldUserValidationException class based on the specified message and exception. |
Top
Properties
Name | Description | |
---|---|---|
![]() |
Data | (Inherited from Exception.) |
![]() |
ErrorCode | Gets an integer that identifies the exception. (Inherited from SPException.) |
![]() |
HelpLink | (Inherited from Exception.) |
![]() |
HResult | (Inherited from Exception.) |
![]() |
InnerException | (Inherited from Exception.) |
![]() |
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 | (Overrides SPException.GetObjectData(SerializationInfo, StreamingContext).) |
![]() |
GetType | (Inherited from Exception.) |
![]() |
MemberwiseClone | (Inherited from Object.) |
![]() |
ToString | (Inherited from Exception.) |
Top