转换异常 meaning in English
translation exception
Examples
- It manifests itself as a class - cast exception
它通过类强制转换异常来表明。 - On this tree causes a class - cast exception
将导致类强制转换异常。 - In the next article , i will discuss bug patterns related to class cast exceptions
在下一篇文章中,我将讨论与类强制转换异常有关的错误模式。 - Symptoms : a program that performs a recursive descent over a data structure throws a class - cast exception
症状:在数据结构上执行递归下行时抛出类强制转换异常。 - To avoid possible casting exceptions , you should use a conditional casting operation such as the as
为了避免可能出现的强制转换异常,应当使用条件强制转换运算,例如c #中的