Pavalisoft.ExceptionHandling  1.0.0
An Unified API for ASP.NET Core Global Exception handling with ExceptionManager
Pavalisoft.ExceptionHandling.Interfaces.IErrorDetailLocalizer Interface Reference

Provides implementation to Localize the message in IErrorDetail. More...

Inheritance diagram for Pavalisoft.ExceptionHandling.Interfaces.IErrorDetailLocalizer:
Pavalisoft.ExceptionHandling.ErrorDetailLocalizer< TSharedResourceType >

Public Member Functions

void LocalizeErrorDetail (IErrorDetail errorDetail, object[] args)
 Sets the localized message test to IErrorDetail More...
 

Detailed Description

Provides implementation to Localize the message in IErrorDetail.

Member Function Documentation

◆ LocalizeErrorDetail()

void Pavalisoft.ExceptionHandling.Interfaces.IErrorDetailLocalizer.LocalizeErrorDetail ( IErrorDetail  errorDetail,
object []  args 
)

Sets the localized message test to IErrorDetail

Parameters
errorDetailIErrorDetail object to be used in localization
argsList of arguments to be added to the IErrorDetail's localized message

Implemented in Pavalisoft.ExceptionHandling.ErrorDetailLocalizer< TSharedResourceType >.


The documentation for this interface was generated from the following file: