Bridge

DivideByZeroException Class

The exception that is thrown when there is an attempt to divide an integral or decimal value by zero.

Namespace:  System
Assembly:  Bridge (in Bridge.dll)

Syntax


[ExternalAttribute]
[NamespaceAttribute]
public class DivideByZeroException : ArithmeticException, 
	IBridgeClass
<ExternalAttribute> _
<NamespaceAttribute> _
Public Class DivideByZeroException _
	Inherits ArithmeticException _
	Implements IBridgeClass
[ExternalAttribute]
[NamespaceAttribute]
public ref class DivideByZeroException : public ArithmeticException, 
	IBridgeClass

Inheritance Hierarchy


System..::..Object
  System..::..Exception
    System..::..ArithmeticException
      System..::..DivideByZeroException