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