RankException: Source (get) |
Gets a description of the source of the exception.
Public Property Get Source ( ) As String
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.