Пример #1
0
 public ArmatureException(string message) : base(message + LogConst.ArmatureExceptionPostfix())
 {
 }
Пример #2
0
 public ArmatureException(string message, Exception innerException) : base(message + LogConst.ArmatureExceptionPostfix(), innerException)
 {
 }
Пример #3
0
 public ArmatureException() : base(LogConst.ArmatureExceptionPostfix())
 {
 }