13 references to DivideByZeroException
Microsoft.VisualBasic.Core (1)
Microsoft\VisualBasic\CompilerServices\ExceptionUtils.vb (1)
242
Return New
DivideByZeroException
(Description)
System.Data.Common (12)
System\Data\SQLTypes\SQLByte.cs (2)
141
throw new
DivideByZeroException
(SQLResource.DivideByZeroMessage);
154
throw new
DivideByZeroException
(SQLResource.DivideByZeroMessage);
System\Data\SQLTypes\SQLDecimal.cs (2)
1678
throw new
DivideByZeroException
(SQLResource.DivideByZeroMessage);
2221
throw new
DivideByZeroException
(SQLResource.DivideByZeroMessage);
System\Data\SQLTypes\SQLDouble.cs (1)
147
throw new
DivideByZeroException
(SQLResource.DivideByZeroMessage);
System\Data\SQLTypes\SQLInt16.cs (2)
148
throw new
DivideByZeroException
(SQLResource.DivideByZeroMessage);
164
throw new
DivideByZeroException
(SQLResource.DivideByZeroMessage);
System\Data\SQLTypes\SQLInt32.cs (2)
150
throw new
DivideByZeroException
(SQLResource.DivideByZeroMessage);
166
throw new
DivideByZeroException
(SQLResource.DivideByZeroMessage);
System\Data\SQLTypes\SQLInt64.cs (2)
200
throw new
DivideByZeroException
(SQLResource.DivideByZeroMessage);
216
throw new
DivideByZeroException
(SQLResource.DivideByZeroMessage);
System\Data\SQLTypes\SQLSingle.cs (1)
148
throw new
DivideByZeroException
(SQLResource.DivideByZeroMessage);