Example #1
0
 internal void InvokeBasePrepare(Batch b)
 {
     b.Prepare(Manager);
 }
Example #2
0
 public BatchIssueFailedException(Batch batch, Exception innerException)
     : base(FormatMessage(batch, innerException), innerException)
 {
     Batch = batch;
 }
Example #3
0
 public void Prepare(Batch batch)
 {
     Manager.Prepare(batch, ref this);
 }