Class AbpExceptionLocalizationOptions
Inheritance
object
AbpExceptionLocalizationOptions
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Volo.Abp.Localization.ExceptionHandling
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
| Type | Description |
|---|---|
| System.Collections.Generic.Dictionary<TKey, TValue><string, System.Type> |
Methods
MapCodeNamespace(string, Type)
Declaration
public void MapCodeNamespace(string errorCodeNamespace, Type type)
Parameters
| Type | Name | Description |
|---|---|---|
| string | errorCodeNamespace | |
| System.Type | type |