Constructors: NewDivideByZeroException

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

Parameters

Message
[ByRef] String. The error message that explains the reason for the exception.
InnerException
[ByVal] Optional. Exception. The exception that is the cause of the current exception.

Return Values

DivideByZeroException -  A new instance of DivideByZeroException.

See Also

Project CorLib Overview

Class Constructors Overview