コード例 #1
0
 public EmployeeNotFoundException(string msg) : base(msg)
 {
     AppLogger.logError(msg);
 }
コード例 #2
0
 public EmployeeNotFoundException() : base("Unidentified Exception was raised while finding the Employee")
 {
     AppLogger.logError("Unidentified Exception was raised while finding the Employee");
 }