NewOverflowException
Returns a new OverflowException with the specified message and exception.
Public Function NewOverflowException(
ByRef Message As String,
Optional ByVal InnerException As Exception ) As OverflowException
Parameters
- Message
-
[ByRef]
String.
A human-readable message describing the exception.
- InnerException
-
[ByVal]
Optional.
Exception.
The exception that caused this exception.
Return Values
OverflowException - This exception is thrown when a value may not fit into an existing datatype.
See Also
Project CorLib Overview
Class Constructors Overview