Example #1
0
 public void AddError(SAMIUserException exp)
 {
     lock (_newErrors)
     {
         _newErrors.Enqueue(exp);
     }
 }
Example #2
0
 public ErrorConversation(IConfigurationManager configManager, SAMIUserException exp)
     : base(configManager)
 {
     _exception = exp;
 }