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