Beispiel #1
0
 public PlaneException(tExceptionType ExceptionType)
 {
     this.ExceptionType = ExceptionType;
 }
Beispiel #2
0
 internal CoordSysException(tExceptionType ExceptionType)
 {
     this.ExceptionType = ExceptionType;
 }