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(
	  ByRef Name As String,
	  ByRef Value As Variant )

Parameters

Name
[ByRef] 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 CorLib Overview

Class ExceptionBase Overview