HttpError.GetPropertyValue<TValue>(String) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
從此錯誤執行個體取得特別的屬性值。
public TValue GetPropertyValue<TValue> (string key);
member this.GetPropertyValue : string -> 'Value
Public Function GetPropertyValue(Of TValue) (key As String) As TValue
類型參數
- TValue
屬性的類型。
參數
- key
- String
錯誤屬性的名稱。
傳回
TValue
error 屬性的值。