ClassLib_Test.Co4763GetCustomAttributes_MemInfo.printexc C# (CSharp) Method

printexc() private static method

private static printexc ( Exception exc ) : void
exc System.Exception
return void
 private static void printexc(Exception exc)
   {
   string output = "EXTENDEDINFO: "+ exc.ToString();
   print(output);
   }
 public static void Main( string[] args )
Co4763GetCustomAttributes_MemInfo