次の方法で共有


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 プロパティの値。

適用対象