InvalidPropertyException members
Include protected members
Include inherited members
Representa a exceção que é lançada quando a solicitação de pesquisa contém uma propriedade que não é válida.
The InvalidPropertyException type exposes the following members.
Properties
Name | Description | |
---|---|---|
Data | (Inherited from Exception.) | |
HelpLink | (Inherited from Exception.) | |
HResult | (Inherited from Exception.) | |
InnerException | (Inherited from Exception.) | |
Message | (Inherited from Exception.) | |
Property | Obtém o nome da propriedade que disparou a exceção InvalidPropertyException . | |
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 | (Inherited from Exception.) | |
GetType | (Inherited from Exception.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | Cria e retorna uma representação de seqüência de caracteres da exceção atual. (Overrides Exception.ToString().) |
Top
Events
Name | Description | |
---|---|---|
SerializeObjectState | (Inherited from Exception.) |
Top
Explicit interface implementations
Name | Description | |
---|---|---|
ISerializable.GetObjectData | Obtém os dados do objeto usando as informações de serialização e contexto de fluxo contínuo. |
Top