GetValue
Returns a value being maintained in the exception base class.
Public Function GetValue(
ByRef Name As String,
Optional ByRef Default As Variant ) As Variant
Parameters
- Name
-
[ByRef]
String.
The name of the value to retrieve.
- Default
-
[ByRef]
Optional.
Variant.
The value to be returned if the value doesnt exist.
Return Values
Variant -
See Also
Project CorLib Overview
Class ExceptionBase Overview