bosesoundtouchapi.soundtouchexception

@export
class SoundTouchException(builtins.Exception):

Exception 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.
InnerException: Exception

If specified, the exception that caused this exception.
Default is None.

Returns:

The InnerException property value.

Message: str

Exception message text.

Returns:

The Message property value.

MessageId: str

Exception message identifier.

Returns:

The Message property value.