Example #1
0
 /** Constructor for the \c TestError class. */
 public TestError(Context context, string message)
     : base(message)
 {
     _context = context;
 }
Example #2
0
 /** Constructor for the \c TestError class. */
 public TestError(string message)
     : base(message)
 {
     _context = null;
 }