Beispiel #1
0
 public Cvn(PresInd presInd)
 {
     if (presInd == PresInd.CvnPresent)
     {
         throw new InvalidEnumArgumentException("Cannot set PresInd to Cvn Present without a Cvn");
     }
     PresInd = presInd;
 }
Beispiel #2
0
 public Cvn(PresInd presInd)
 {
     if (presInd == PresInd.CvnPresent)
     {
         throw new InvalidEnumArgumentException("Cannot set PresInd to Cvn Present without a Cvn");
     }
     PresInd = presInd;
 }