RTDBException Constructor(String,Exception)
- Last UpdatedApr 08, 2026
- 1 minute read
Initializes a RTDBException with a specified error message and an internal exception.
public RTDBException(
string message,
Exception innerException
)
public:
RTDBException(
String^ message,
Exception^ innerException
)
Parameters
- message
- The error message that explains the reason for the exception.
- innerException
- The exception that is the cause of the current exception.