ArithmeticException: Source (let)

Source

Sets a description of the source of the exception.

 Public Property Let Source(
	  ByVal RHS As String )

Parameters

RHS
[ByVal] String. A description of the source of the exception.

Remarks

The source of an exception generally will contain the name of the function being called when the exception was thrown. This is to help narrow down exactly where the exception had occurred.

Read/Write.

See Also

Project VBCorLib Overview | Class ArithmeticException Overview