| 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( ByVal Name As String, ByRef Value As Variant )
If the value already exists, it will be replaced.
Project VBCorLib Overview Class ExceptionBase Overview ExceptionBase Properties ExceptionBase Methods Message (let) Source (get)