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