Esempio n. 1
0
 private static string createMessage(ItiN.Attribute attribute)
 {
     return string.Format("The compare methode of an Attribute class can't be reentered during execution of the compare. The exception occurred in an instance of '{0}' searching for '{1}' in attribute '{2}'.", attribute.GetType().ToString(), attribute.Value, attribute.AttributeName);
 }
Esempio n. 2
0
 public ReEntryException(ItiN.Attribute attribute)
     : base(createMessage(attribute))
 {
 }