Sick of these

This commit is contained in:
Cinder Biscuits
2017-09-03 16:50:55 -05:00
parent 88bc6c5502
commit be1778715d
22 changed files with 59 additions and 70 deletions

View File

@@ -77,7 +77,7 @@ namespace CSJ2K.j2k.decoder
decSpec2 = (DecoderSpecs) this.Clone();
}
//UPGRADE_NOTE: Exception 'java.lang.CloneNotSupportedException' was converted to 'System.Exception' which has different behavior. "ms-help://MS.VSCC.v80/dv_commoner/local/redirect.htm?index='!DefaultContextWindowIndex'&keyword='jlca1100'"
catch (System.Exception e)
catch (System.Exception)
{
throw new System.InvalidOperationException("Cannot clone the DecoderSpecs instance");
}