Class ExamCandidateNotAllowedException
public class ExamCandidateNotAllowedException : Exception, ISerializable
- Inheritance
-
ExamCandidateNotAllowedException
- Implements
- Inherited Members
- Extension Methods
Constructors
ExamCandidateNotAllowedException(DateTimeOffset)
public ExamCandidateNotAllowedException(DateTimeOffset cutoff)
Parameters
cutoffDateTimeOffset
Properties
Cutoff
public DateTimeOffset Cutoff { get; set; }