Title here
Summary here
public static class ExceptionExtensions
public static void DataTryAdd(this Exception e, string key, object value)
Type | Name | Description |
---|---|---|
Exception | e | |
string | key | |
object | value |
public static object DataTryGet(this Exception e, string key)
Type | Name | Description |
---|---|---|
Exception | e | |
string | key |
Type | Description |
---|---|
object |