Show / Hide Table of Contents

Class CmsKitProErrorCodes.Poll

Inheritance
object
CmsKitProErrorCodes.Poll
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Volo.CmsKit
Assembly: Volo.CmsKit.Pro.Domain.Shared.dll
Syntax
public static class CmsKitProErrorCodes.Poll

Fields

PollAllowSingleVoteException

Declaration
public const string PollAllowSingleVoteException = "CmsKitPro:Poll:0001"
Field Value
Type Description
string

PollEndDateCannotSetBeforeStartDateException

Declaration
public const string PollEndDateCannotSetBeforeStartDateException = "CmsKitPro:Poll:0002"
Field Value
Type Description
string

PollHasAlreadySameCodeException

Declaration
public const string PollHasAlreadySameCodeException = "CmsKitPro:Poll:0006"
Field Value
Type Description
string

PollOptionWidgetNameCannotBeSame

Declaration
public const string PollOptionWidgetNameCannotBeSame = "CmsKitPro:Poll:0005"
Field Value
Type Description
string

PollResultShowingEndDateCannotSetBeforeStartDate

Declaration
public const string PollResultShowingEndDateCannotSetBeforeStartDate = "CmsKitPro:Poll:0003"
Field Value
Type Description
string

PollSubmitVoteConcurrencyException

Declaration
public const string PollSubmitVoteConcurrencyException = "CmsKitPro:Poll:0007"
Field Value
Type Description
string

PollUserVoteVotedBySameUser

Declaration
public const string PollUserVoteVotedBySameUser = "CmsKitPro:Poll:0004"
Field Value
Type Description
string
In this article
Back to top Powered by ABP.IO Platform