ExceptionBase: SetValue

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 )

Parameters

Name
[ByVal] String. The name of the value to set.
Value
[ByRef] Variant. The value to set.

Remarks

If the value already exists, it will be replaced.

See Also

Project VBCorLib Overview Class ExceptionBase Overview ExceptionBase Properties ExceptionBase Methods Message (let) Source (get)