RankingModelNotFoundException members
Include protected members
Include inherited members
Representa um erro que ocorre quando o modelo de classificação especificada não foi encontrado.
The RankingModelNotFoundException 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.) | |
RankingModelId | Obtém a classificação modelo identificador (ID) para o qual a exceção é retornada. | |
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 uma representação de texto da exceção atual. (Overrides Exception.ToString().) |
Top
Events
Name | Description | |
---|---|---|
SerializeObjectState | (Inherited from Exception.) |
Top
Explicit interface implementations
Name | Description | |
---|---|---|
ISerializable.GetObjectData | Adiciona informações sobre a exceção às informações serializadas. |
Top