Class BroadcasterUnexpectedStartException
- Namespace
- Bluetooth.Abstractions.Broadcasting.Exceptions
- Assembly
- Bluetooth.Abstractions.Broadcasting.dll
Represents an exception that occurs when a Bluetooth broadcaster starts unexpectedly.
public class BroadcasterUnexpectedStartException : BroadcasterException, ISerializable
- Inheritance
-
BroadcasterUnexpectedStartException
- Implements
- Inherited Members
Constructors
BroadcasterUnexpectedStartException(IBluetoothBroadcaster, string, Exception?)
Initializes a new instance of the BroadcasterUnexpectedStartException class.
public BroadcasterUnexpectedStartException(IBluetoothBroadcaster broadcaster, string message = "Broadcaster started unexpectedly", 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.