Example #1
0
 protected static string GetMessage(ExceptionsPack entity)
 {
     return ExceptionList.GetElement((int)entity);
 }
Example #2
0
 public ExceptionTran(ExceptionsPack entity) : base(GetMessage(entity))
 {
 }
Example #3
0
 public ExceptionTran(ExceptionsPack entity)
     : base(GetMessage(entity))
 {
 }
Example #4
0
 protected static string GetMessage(ExceptionsPack entity)
 {
     return(ExceptionList.GetElement((int)entity));
 }