3 references to
mscorlib (3)
system\dividebyzeroexception.cs (1)
38
protected DivideByZeroException(SerializationInfo info, StreamingContext context) :
base
(info, context) {
system\notfinitenumberexception.cs (1)
53
protected NotFiniteNumberException(SerializationInfo info, StreamingContext context) :
base
(info, context) {
system\overflowexception.cs (1)
39
protected OverflowException(SerializationInfo info, StreamingContext context) :
base
(info, context) {