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