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