Esempio n. 1
0
 private void ReadTagTable()
 {
     try { TagTable = new ICCTagTable((byte[])DataBytes.Clone()); }
     catch (Exception ex) { throw new CorruptProfileException("Profile is corrupt", ex); }
 }
Esempio n. 2
0
 private void ReadTagTable()
 {
     try { TagTable = new ICCTagTable((byte[])DataBytes.Clone()); }
     catch (Exception ex) { throw new CorruptProfileException("Profile is corrupt", ex); }
 }