HttpError.GetPropertyValue<TValue>(String) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient une valeur de propriété particulière pour cette instance d'erreur.
public TValue GetPropertyValue<TValue> (string key);
member this.GetPropertyValue : string -> 'Value
Public Function GetPropertyValue(Of TValue) (key As String) As TValue
Paramètres de type
- TValue
Type de la propriété.
Paramètres
- key
- String
Nom de la propriété d'erreur.
Retours
TValue
Valeur de la propriété d’erreur.