Show / Hide Table of Contents

Class PollEndDateCannotSetBeforeStartDateException

Inheritance
object
PollEndDateCannotSetBeforeStartDateException
Namespace: Volo.CmsKit.Polls
Assembly: Volo.CmsKit.Pro.Domain.dll
Syntax
public class PollEndDateCannotSetBeforeStartDateException : BusinessException

Constructors

PollEndDateCannotSetBeforeStartDateException(DateTime, DateTime)

Declaration
public PollEndDateCannotSetBeforeStartDateException(DateTime startDate, DateTime endDate)
Parameters
Type Name Description
DateTime startDate
DateTime endDate
In this article
Back to top Powered by Volosoft