Class AbpExceptionLocalizationOptions
Inheritance
AbpExceptionLocalizationOptions
Assembly: Volo.Abp.Localization.dll
Syntax
public class AbpExceptionLocalizationOptions
Constructors
AbpExceptionLocalizationOptions()
Declaration
public AbpExceptionLocalizationOptions()
Properties
ErrorCodeNamespaceMappings
Declaration
public Dictionary<string, Type> ErrorCodeNamespaceMappings { get; }
Property Value
Methods
MapCodeNamespace(string, Type)
Declaration
public void MapCodeNamespace(string errorCodeNamespace, Type type)
Parameters
Type |
Name |
Description |
string |
errorCodeNamespace |
|
Type |
type |
|
Extension Methods