Class BroadcasterConfigurationUpdateFailedException
- Namespace
- Bluetooth.Abstractions.Broadcasting.Exceptions
- Assembly
- Bluetooth.Abstractions.Broadcasting.dll
Represents an exception that occurs when a Bluetooth broadcaster configuration update fails.
public class BroadcasterConfigurationUpdateFailedException : BroadcasterException, ISerializable
- Inheritance
-
BroadcasterConfigurationUpdateFailedException
- Implements
- Inherited Members
Constructors
BroadcasterConfigurationUpdateFailedException(IBluetoothBroadcaster, string, Exception?)
Initializes a new instance of the BroadcasterConfigurationUpdateFailedException class.
public BroadcasterConfigurationUpdateFailedException(IBluetoothBroadcaster broadcaster, string message = "Failed to update broadcaster configuration", Exception? innerException = null)
Parameters
broadcasterIBluetoothBroadcasterThe Bluetooth broadcaster associated with the exception.
messagestringA message that describes the error.
innerExceptionExceptionThe inner exception that caused the current exception, if any.