SPListDataValidationException members
Include protected members
Include inherited members
A exceção que é lançada quando dados de um campo da lista ou item da lista falhar na validação.
The SPListDataValidationException type exposes the following members.
Constructors
Name | Description | |
---|---|---|
SPListDataValidationException | Inicializa uma nova instância da classe SPListDataValidationException com as informações de serialização especificado e o contexto de fluxo especificado. |
Top
Properties
Name | Description | |
---|---|---|
Data | (Inherited from Exception.) | |
ErrorCode | Obtém um inteiro que identifica a exceção. (Inherited from SPException.) | |
FieldFailures | Obtém uma coleção de objetos SPListDataValidationException.SPFailure que contêm informações sobre falhas de validação do campo. | |
HelpLink | (Inherited from Exception.) | |
HResult | (Inherited from Exception.) | |
InnerException | (Inherited from Exception.) | |
ItemFailure | Obtém um objeto SPListDataValidationException.SPFailure que contém informações sobre uma falha de validação do item de lista. | |
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 | Salva informações sobre a exceção para serialização. (Overrides SPException.GetObjectData(SerializationInfo, StreamingContext).) | |
GetType | (Inherited from Exception.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Exception.) |
Top