ExceptionResponseProviderGetAdditionalInfo - метод
Пространство имён: Tessa.Web.ServicesСборка: Tessa.Web (в Tessa.Web.dll) Версия: 4.0.4
protected virtual Dictionary<string, Object?>? GetAdditionalInfo(
HttpContext context,
Exception ex
)
Protected Overridable Function GetAdditionalInfo (
context As HttpContext,
ex As Exception
) As Dictionary(Of String, Object)
protected:
virtual Dictionary<String^, Object^>^ GetAdditionalInfo(
HttpContext^ context,
Exception^ ex
)
abstract GetAdditionalInfo :
context : HttpContext *
ex : Exception -> Dictionary<string, Object>
override GetAdditionalInfo :
context : HttpContext *
ex : Exception -> Dictionary<string, Object>
- context HttpContext
-
- ex Exception
-
DictionaryString,
Object