Class UnexpectedServiceCreationException
- Namespace
- Bluetooth.Abstractions.Broadcasting.Exceptions
- Assembly
- Bluetooth.Abstractions.Broadcasting.dll
Represents an exception that occurs when an unexpected Broadcast Service exploration happens.
public class UnexpectedServiceCreationException : BroadcasterException, ISerializable
- Inheritance
-
UnexpectedServiceCreationException
- Implements
- Inherited Members
Constructors
UnexpectedServiceCreationException(IBluetoothBroadcaster, string?, Exception?)
Initializes a new instance of the UnexpectedServiceCreationException class.
public UnexpectedServiceCreationException(IBluetoothBroadcaster broadcaster, string? message = null, 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.