Example #1
0
 public RGOtherGridsActionException(RGAction action)
     : base(action, "Aciton is belong to another control.")
 {
 }
Example #2
0
 public RGActionException(RGAction action, string msg)
     : base(action, msg)
 {
 }