Class DuplicateMarkedItemDefinitionException
Inheritance
DuplicateMarkedItemDefinitionException
Assembly: Volo.CmsKit.Domain.dll
Syntax
public class DuplicateMarkedItemDefinitionException : BusinessException, ISerializable, IBusinessException, IHasErrorCode, IHasErrorDetails, IHasLogLevel
Constructors
DuplicateMarkedItemDefinitionException(string)
Declaration
public DuplicateMarkedItemDefinitionException(string entityType)
Parameters
Type |
Name |
Description |
string |
entityType |
|
Properties
EntityType
Declaration
public string EntityType { get; }
Property Value
Implements
Extension Methods