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