Class TagAlreadyExistException
Inherited Members
Namespace: Volo.CmsKit.Tags
Assembly: Volo.CmsKit.Domain.dll
Syntax
public class TagAlreadyExistException : BusinessException, ISerializable, IBusinessException, IHasErrorCode, IHasErrorDetails, IHasLogLevel
Constructors
TagAlreadyExistException(string, string)
Declaration
public TagAlreadyExistException(string entityType, string name)
Parameters
Type | Name | Description |
---|---|---|
string | entityType | |
string | name |