bosesoundtouchapi.soundtouchexception
@export
class
SoundTouchExceptionException thrown if a non-fatal application error occurs.
SoundTouchException( message: str, innerException: Exception = None, logsi: smartinspectpython.sisession.SISession = None)
Initializes a new class instance using specified message text.
Arguments:
- message (str): Exception message text.
- innerException (Exception): If specified, the exception that caused this exception.
Default is None. - logsi (SISession): Trace session object that this exception will be logged to, or null to bypass trace logging.
Default is None.