| ExceptionBase: ToString |
Returns the exception message prepended with the type name of the Subclass Exception.
Public Function ToString( Optional ByVal FormattedMessage As String )
A general format might look like this:
VBCorLib.SystemException: An Error has occurred.
A listing of all inner exceptions will be included in the return value.
Project VBCorLib Overview Class ExceptionBase Overview ExceptionBase Properties ExceptionBase Methods Source (let)