'Usage Dim message As String Dim inner As Exception Dim instance As New TarException(message, inner)
Parameters
- message
 - The error message that explains the reason for the exception.
 - inner
 - The exception that initially caused the current exception to be thrown.