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