conference_exception
Module: Exceptions
The class that describes errors that occur in an active conference.
#include <exception.h>
Inherits from dolbyio::comms::exception, exception
Inherited by dolbyio::comms::conference_state_exception, dolbyio::comms::media_engine_exception
Public Functions
Name | |
---|---|
conference_exception(const std::string & description) The constructor that takes the exception description. |
Additional inherited members
Public Functions inherited from dolbyio::comms::exception
Name | |
---|---|
~exception() =default | |
const char * | what() const override Overrides to std::exception that returns a description of the exception. |
exception(const std::string & description) The constructor that takes the description of the exception. |
Protected Attributes inherited from dolbyio::comms::exception
Name | |
---|---|
std::string | fulldescription |
class dolbyio::comms::conference_exception;
Public Functions Documentation
function conference_exception
inline conference_exception(
const std::string & description
)
The constructor that takes the exception description.
Parameters:
- description The description of the exception.
Updated 3 months ago
Did this page help you?