コード例 #1
0
 public PasswordsNotEqualsException(string message, Exception inner)
     : base(message, inner)
 {
     ExceptionLogger.LogException(inner);
 }
コード例 #2
0
 public CourseCollisionException(string message, Exception inner)
     : base(message, inner)
 {
     ExceptionLogger.LogException(inner);
 }