DivideByZeroException Constructor
.NET Framework 3.0
Initializes a new instance of the DivideByZeroException class.
| Name | Description |
|---|---|
| DivideByZeroException () | Initializes a new instance of the DivideByZeroException class. Supported by the .NET Compact Framework. |
| DivideByZeroException (String) | Initializes a new instance of the DivideByZeroException class with a specified error message. Supported by the .NET Compact Framework. |
| DivideByZeroException (SerializationInfo, StreamingContext) | Initializes a new instance of the DivideByZeroException class with serialized data. |
| DivideByZeroException (String, Exception) | Initializes a new instance of the DivideByZeroException class with a specified error message and a reference to the inner exception that is the cause of this exception. Supported by the .NET Compact Framework. |