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