ExceptionBase: GetValue

GetValue

Returns a value being maintained in the exception base class.

 Public Function GetValue(
	  ByVal Name As String,
	  Optional ByRef Default As Variant ) As Variant

Parameters

Name
[ByVal] 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 - 

Remarks

See Also

Project VBCorLib Overview | Class ExceptionBase Overview