Пример #1
0
 public JournalException(JournalErrorType type, string message, Exception innerException) : base(message, innerException)
 {
     Type = type;
 }
Пример #2
0
 public JournalException(JournalErrorType type, string message) : this(type, message, null)
 {
 }