Constructors: NewArithmeticException |
Initializes a new instance of the ArithmeticException class with a specified error message and a reference to the inner exception that is the cause of this exception.
Public Function NewArithmeticException( ByRef Message As String, Optional ByVal InnerException As Exception ) As ArithmeticException