internal ContainedObjectException(IContainedObject containedObject)
     : this(containedObject.GetType().Name)
 {
 }