Beispiel #1
0
 public QMException(ExceptionEnmu iNVAILD_VALUE)
 {
     this.iNVAILD_VALUE = iNVAILD_VALUE;
 }
Beispiel #2
0
 public QMException(ExceptionEnmu exceptionType, String message) : base(message)
 {
     this.exceptionEnmu = exceptionType;
 }