Example #1
0
 public EntityException(System.Exception cause, Net.Vpc.Upa.Entity entity, string operationName, params object [] @params)  : base(cause, entity.GetI18NString().Append(operationName), CombineParams(entity.GetI18NString(), @params))
 {
 }
Example #2
0
 public EntityException(Net.Vpc.Upa.Entity entity, string operationName)  : base(entity.GetI18NString().Append(operationName), entity.GetI18NString())
 {
 }