Constructors: NewDivideByZeroException |
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.
Public Function NewDivideByZeroException( ByRef Message As String, Optional ByVal InnerException As Exception ) As DivideByZeroException