StreamSessionException class sealed
Base exception type for all session-related errors.
This exception represents errors that occur while managing a streaming session, such as connection failures or invalid states. Platform-specific errors are mapped to subclasses of this type.
- Implemented types
- Implementers
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited