예제 #1
0
 public CollisionException(AThreadSafeElement el)
 {
 }
예제 #2
0
 /// <summary>
 /// Initializes a new instance of the CollisionException class.
 /// </summary>
 public CollisionException(AThreadSafeElement el)
     : base(el.lockerStack)
 {
     Logger.LogError(this.Message);
 }