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