SPFieldUserValidationException members
Include protected members
Include inherited members
The SPFieldUserValidationException type exposes the following members.
Constructors
Name | Description | |
---|---|---|
SPFieldUserValidationException() | Inicializa uma nova instância da classe SPFieldUserValidationException. | |
SPFieldUserValidationException(String) | Inicializa uma nova instância da classe SPFieldValidationException baseada a mensagem especificada. | |
SPFieldUserValidationException(SerializationInfo, StreamingContext) | Inicializa uma nova instância da classe SPFieldUserValidationException, com base nas informações especificadas sobre serialização e contexto de fluxo contínuo. | |
SPFieldUserValidationException(String, List<PickerEntity>) | Inicializa uma nova instância da classe SPFieldUserValidationException baseada a mensagem especificada e a exceção. | |
SPFieldUserValidationException(String, Exception) | Inicializa uma nova instância da classe SPFieldUserValidationException baseada a mensagem especificada e a exceção. |
Top
Properties
Name | Description | |
---|---|---|
Data | (Inherited from Exception.) | |
ErrorCode | Obtém um inteiro que identifica a exceção. (Inherited from SPException.) | |
HelpLink | (Inherited from Exception.) | |
HResult | (Inherited from Exception.) | |
InnerException | (Inherited from Exception.) | |
Message | (Inherited from Exception.) | |
NativeErrorMessage | Obtém a mensagem de erro de código nativo que está associada este objeto de SPException . (Inherited from SPException.) | |
NativeStackTrace | Obtém o rastreamento de pilha de código nativo associado a este objeto de SPException . (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