ExceptionBase: SetValue |
Sets a value that can be associated with the exception without needing to maintain the value in the Subclass exception class.
Public Sub SetValue( ByRef Name As String, ByRef Value As Variant )
If the value already exists, it will be replaced.