Example #1
0
 /// <summary>
 /// Blame the KCD of this workspace for the failure specified.
 /// </summary>
 private void BlameKcd(Exception ex)
 {
     WmSm.HandleTroublesomeKcd(m_kws.Kcd, ex);
 }