ClassLib_Test.Co4763GetCustomAttributes_MemInfo.printerr C# (CSharp) Method

printerr() private static method

private static printerr ( string errLoc ) : void
errLoc string
return void
 private static void printerr(string errLoc)
   {
   string output = "POINTTOBREAK: find " + errLoc + " (" + strTest + ")";
   print(output);
   }
 private static void printexc(Exception exc)
Co4763GetCustomAttributes_MemInfo