Class PollEndDateCannotSetBeforeStartDateException
Inheritance
PollEndDateCannotSetBeforeStartDateException
Assembly: Volo.CmsKit.Pro.Domain.dll
Syntax
public class PollEndDateCannotSetBeforeStartDateException : BusinessException, ISerializable, IBusinessException, IHasErrorCode, IHasErrorDetails, IHasLogLevel
Constructors
PollEndDateCannotSetBeforeStartDateException(DateTime, DateTime)
Declaration
public PollEndDateCannotSetBeforeStartDateException(DateTime startDate, DateTime endDate)
Parameters
Implements
Extension Methods