HttpError.GetPropertyValue<TValue>(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a particular property value from this error instance.
public TValue GetPropertyValue<TValue> (string key);
member this.GetPropertyValue : string -> 'Value
Public Function GetPropertyValue(Of TValue) (key As String) As TValue
Type Parameters
- TValue
The type of the property.
Parameters
- key
- String
The name of the error property.
Returns
TValue
The value of the error property.