HttpError.GetPropertyValue<TValue>(String) 方法

定义

从此错误实例中获取特定的属性值。

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 属性的值。

适用于